• Resolved nicholassang

    (@nicholassang)


    It seems that the keyword search on the SJB plugin only searches the titles of the job posts. Is there a way to get the keyword search to search the content in the job posts?

Viewing 1 replies (of 1 total)
  • Plugin Author PressTigers

    (@presstigers)

    @nicholassang,

    For including, job details in your search results please add the following code in your activated theme’s functions.php file:

    
    /**
     * Include job detail in search results
     */
    function sjb_search_job_details() {
       remove_filter('posts_search', 'sjb_keywords_search_by_title', 10, 2);
    }
    
    add_action('init', 'sjb_search_job_details');
    

    Thank you for writing to us. Let us know if you need our further assistance.

    Regards,
    PressTigers

Viewing 1 replies (of 1 total)

The topic ‘Keywords’ is closed to new replies.