Faster wp-admin meta search
hello. I purchased the plugin super speedy search in order to make the order search faster from the admin backend. I enabled full text search for post and post meta and created the index, but yet the speed has not changed. I noticed with query monitor that the query that is used is not the
SELECT DISTINCT p1.post_id
FROM _tkpostmeta p1
WHERE match(p1.meta_value) against('searchstring')
AND p1.meta_key IN ('_billing_address_index','_shipping_address_index','_billing_last_name','_billing_email')
that you mention on your article and is still the original with the like %kwyword% . Is there something i am doing wrong?