Gossamer Forum
Home : Products : DBMan : Installation :

how can modify search options?

Quote Reply
how can modify search options?
 
HI all,

i want to modify the search options.
Now for example if i put in the form "name" "clinton" or "clint" is the same : the results give to me all the records with "clinton".

I want to modify the script and have "clinton" result only when i put on the search form "clinton".

it is possible???

thanks

luca lani - italy

------------------
Quote Reply
Re: how can modify search options? In reply to
If you want to make that the default, so that users have to match the whole word, take the option out of the search options subroutine and add a hidden tag to html_record_form --

<input type="hidden" name="ww" value="1">

That oughta do it.




------------------
JPD