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

    (@msaari)

    Probably. Please elaborate. Does Catablog use a custom post type? Do you index anything else where you might want to include the content?

    Thread Starter amerlin

    (@amerlin)

    In relevanssi configurazion I find

    in Indexing options

    – catablog-items: there is the catalog Item (checked)

    In taxonomies

    – catablog-terms (checked)

    Try to uncheck catablog-terms?

    Thanks

    Plugin Author Mikko Saari

    (@msaari)

    No, that has nothing to do with it.

    Adding this to your theme functions.php should do the trick:

    add_filter('relevanssi_index_content', '__return_false');

    Then just reindex. However, this prevents indexing any content, so if you want the content indexed for other post type, you’re going to need more detail.

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

The topic ‘Catablog Index’ is closed to new replies.