1
Mods & Plugins (Requests & Discussions) / Exact search
« on: August 13, 2002, 03:22:37 PM »
Hi,
I added a function whichI call a quick search dropdown list:
<form>
<select name="quick_search">
<option value="">Quick search list</option>
<option value="../search.php?search_keywords=Jan Great ">Jan</option>
<option value="../search.php?search_keywords=Nicky Best"> Nicky</option>
.......
How can I make it to search exactly for "Jan Great" and the result of the search will be only where "Jan Great" are found and not
occurrence of "Jan Peter", "John the Great", "Jan Great",...
Can you point me in which files I have to look or how I can do that in version 1.6. 1
Thanks.
Ofuuzo
I added a function whichI call a quick search dropdown list:
<form>
<select name="quick_search">
<option value="">Quick search list</option>
<option value="../search.php?search_keywords=Jan Great ">Jan</option>
<option value="../search.php?search_keywords=Nicky Best"> Nicky</option>
.......
How can I make it to search exactly for "Jan Great" and the result of the search will be only where "Jan Great" are found and not
occurrence of "Jan Peter", "John the Great", "Jan Great",...
Can you point me in which files I have to look or how I can do that in version 1.6. 1
Thanks.
Ofuuzo