• Resolved Benniebean

    (@benniebean)


    It looks like the search option only looks at the job titles. Can this be set to look at all content of the jobs board.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Benniebean

    (@benniebean)

    Its ok, I have it sorted.

    Added to functions.php

    /**
    * 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’);

    Plugin Author PressTigers

    (@presstigers)

    That’s great @benniebean

    We are marking this ticket as resolved.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘search’ is closed to new replies.