Gossamer Forum
Home : Products : DBMan : Customization :

Want search to match whole phrase only

Quote Reply
Want search to match whole phrase only
I have a search on an html page which searches the dbman database. The select menu has a list of artists, e.g.
<SELECT ...>
<OPTION VALUE=Jack Jones>Jack Jones
</SELECT>
Searches are, unfortunately, seeing matches if just the two first names of the artists are the same (e.g. two Davids).

What to do?

Tim
Quote Reply
Re: Want search to match whole phrase only In reply to
I don't know if this will make a difference, but you might try putting quotes around the value --

<OPTION VALUE="Jack Jones">



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


Quote Reply
Re: Want search to match whole phrase only In reply to
Worked like a charm.

Thanks a bunch!



------------------
Tim