• Hi, is it able to have multiple search engine because my site has multiple custom post types and I want individual search engine to index individual post types.

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

    (@msaari)

    Yes. However, in Relevanssi, you can only have one index, so you need to make Relevanssi index all post types. You can then add search forms that only target one post type.

    You can use, for example, the [searchform] shortcode, like this:

    [searchform post_types=”post”]
    [searchform post_types=”page”]

    These would create search forms that only target posts and pages.

Viewing 1 replies (of 1 total)

The topic ‘Multiple Search Engine’ is closed to new replies.