Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search in Peepso posts not working › Reply To: Search in Peepso posts not working
June 11, 2019 at 2:09 pm
#23103
Keymaster
Hi,
The issue is caused by a modification to the wp-content\plugins\ajax-search-pro\includes\classes\search\class-asp-search-peepso-groups.php file. Lines 253-257 should be:
$wpdb->posts.post_type = 'peepso-group'
but it’s changed to:
$wpdb->posts.post_type = 'peepso-group'
or
$wpdb->posts.post_type = 'peepso-event'
or
$wpdb->posts.post_type = 'peepso-actv'
I suggest reverting that modification, as it is incorrect, the rest of the query gets ignored.