• Resolved eliot35

    (@eliot35)


    Hey

    If that’s not a big favour to ask could you add new feature to exclude specific fields from indexing? My index is containing mostly custom fields but I’ve bunch of unnecessary words from wp-content that I don’t want to index.

    Thank You.

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

    (@msaari)

    If you want to disable post content, that’s already possible:

    add_filter( 'relevanssi_index_content', '__return_false' );

    Just add that to theme functions.php and reindex.

    Thread Starter eliot35

    (@eliot35)

    Thanks. Works great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exlude fields from indexing.’ is closed to new replies.