Did you try “AND posts.post_title LIKE ‘%%$searchVariable%%'”
Note the two %
Your LIKE condition will work but you must escape the % by using two %%.
AND posts.post_title LIKE ‘%%CAR CARE%%’
I modified 4 files to make this happen.
wpsl-ajax-functions.php, wpsl-gmap.js, templates/default.php and optional styles.css
Its a hardcoded solution instead of hooks. Works great. Great plugin.
Any hope on this? Could really use the export feature.