• Resolved Tobias

    (@tobiaseichner)


    Hello,

    is it possible to limit the search to the title of pages or postings? Would this cost less resources compared to a full text search?

    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Yes, that would be more efficient. You can turn off everything else from Relevanssi indexing settings, but to disable content indexing, you need this:

    add_filter( 'relevanssi_index_content', '__return_false' );

    Thread Starter Tobias

    (@tobiaseichner)

    Works perfectly! Thank you very much.

    (In this specific case, the index was reduced from 72977 to 2479 terms without the search losing any of its usefulness.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Limit search to page/post title only’ is closed to new replies.