Search in Peepso posts not working

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

This topic contains 22 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years, 10 months ago.

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #23000
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #23073
    snap2019
    snap2019
    Participant
    You cannot access this content.
    #23074
    snap2019
    snap2019
    Participant

    Hi Ernest,
    any update?

    #23087
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #23102
    snap2019
    snap2019
    Participant
    You cannot access this content.
    #23103
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #23110
    snap2019
    snap2019
    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

    Attachments:
    You must be logged in to view attached files.
    #23136
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 8 posts - 16 through 23 (of 23 total)

You must be logged in to reply to this topic.