Reply To: Exact search not working

#13153
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

Thank you very much for the proper details!

Exact matching is probably not what you need. I understand that it’s a bit confusing, but matching the whole phrase whithin a text anywhere is also considered as an exact match. It’s more useful whenever expecting multiple search phrases matched against long text fields. It’s due to the limitations of MySQL regarding word boundary recognition and similar things.

I believe you should rahter try turning off the exact matching and use the ‘AND with exact word matches’ logic: https://i.imgur.com/tqyWnan.png
It’s actually a lot more strict logic, and it works best with the index table engine, but will work in some extend with the default one as well.

If you want, you can read more about it in the following documentation chapters:
Index table introduction
Generating the index table
Enabling the index table
Index table FAQ

I hope this helps!

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)