• Resolved WP Ninja

    (@sameernxb)


    Hi,

    The plugin works great, is there any hook or filter we can use to provide support for the posts and pages as well so that if someone search any keyword which is present in the pages or in posts can also be searched. Looking forward to your response.

    Best Regards,
    Sameer

Viewing 1 replies (of 1 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Thanks,

    You can do it, but I didn’t test this way. Here is the filter. Have fun with exploring and experimenting.

    
    add_filter('dgwt/wcas/search_results/output', function($output){
        // Extra query for posts and page...
        return $output;
    });
    

    I don’t recommend to do this because of future updates. The risk of bugs increases.

    Regards
    Damian Góra

Viewing 1 replies (of 1 total)
  • The topic ‘Searching Pages and Posts’ is closed to new replies.