This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search in Peepso posts not working

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

#23103
Ernest MarcinkoErnest Marcinko
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.