hi meowchie, if you are using version 2.6.10, then download the version 2.6.11, next open the ‘common_functions.php’ there you will have fsrep_listings_display(). Under this function you will have
if ($type == ‘search’) {}
line number 970, just print
$value = fsrep_sql_clean($value);
the array, i think you will see that the sql syntax is wrong, i found this for my set of codes and i rectified it. Now it’s working for me.
Thanks