Search sometimes not working
-
Hey there,
we had an issue with the Plugin (Pro) – sometimes the Products didn’t return any results. After some debugging, we noticed that you escape the LIKE statements (wpdb->escape) in the file class-aws-search.php which generates a random GUID Number for the SQL LIKE Placeholders, e.g.: term_string LIKE ‘{RANDOM_GUID}keyword{RANDOM_GUID}’. This causing the search to not return any results.
After removing the escape statement (temporarily) everything started to work normal. Can you check this issue and solve it in further updates?
Best Regards
Marc
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Search sometimes not working’ is closed to new replies.