hi, I add the avanced search to my site, but I dont see any difference when use exact, any, all or word
I do a lot test with different words and the results are the same
by example I search in titles “New York” and put exact, and the results bring me entries with just “New” or “York” so I try with “word”, same results…
I want get the entries titles that have the complete 2 words “New York”, not just “New” or “York”
I really dont see that search works :(
<select name="where">
<option value="exact" selected="selected">{lang:exact_phrase_match}</option>
<option value="any">{lang:search_any_words}</option>
<option value="all" >{lang:search_all_words}</option>
<option value="word" >{lang:search_exact_word}</option>
</select>any help please