02/10/2014 at 6:36 pm
#279664
Keymaster
@ Martin
It seems your database table do not support FULLTEXT queries, so the search is falling back to partial string matching which yields less accurate results. The only thing I could do, if you give me a temp admin account, is edit the plugin code to remove the partial string matching. The results would then require a full match in order to be returned as a result. Would this work for you?
