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

Search in Peepso posts not working

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search in Peepso posts not working

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #23000
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #23073
    snap2019snap2019
    Participant

    You cannot access this content.

    #23074
    snap2019snap2019
    Participant

    Hi Ernest,
    any update?

    #23087
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #23102
    snap2019snap2019
    Participant

    You cannot access this content.

    #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.

    #23110
    snap2019snap2019
    Participant

    Thank you it is work fine now
    but I have another issue it didn’t return the search result correctly in some cases
    Please check the attached screenshot and tell me how to adjust that

    #23136
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.