Autocomplete works great for single search terms.
autocomplete.zdat
Most important search terms I have listed are 2 or more words.
When you type in the search box, autocomplete will show all keyword matches and not "exact" matches. Lots of suggestions are made although there is an exact or similar match (usually not listed near the top).
What code do I edit to ensure exact or near matches are given priority?
I have tried adding &zoom_and=1 but no effect.
var ZoomAutoComplete_URL = "store/search.php?zoom_ac=1&zoom_and=1";
Comment