Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Live search returns some posts with title starting with searched term only › Reply To: Live search returns some posts with title starting with searched term only
I turned them off, saved, cleared server and browser cache.
Something changed but not fixed yet:
– “caprotti” live search now returns 6 post with title starting width “caprotti” (correct results are much more and live search limit is set to 10)
– “tavola” (and many others) live search still returns no result
Maybe there’s a post_title LIKE ‘<search_term>%’ sql condition somewhere.
I tried switching to regular engine but I get results from the other blog switch is in different language (english vs italian).
I’ve quickly reverted to indexed table.
I tried to investigate plugin code mostly includes/classes/search/class-asp-search-indextable.php from line 390 forward (423 picked my interest first), but couldn’t find a clue.