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.