• Resolved danielcob

    (@daniel05wp)


    Hi!

    I just tested the two plugins:

    1.) Relevanssi. Installed, activated, but search would bring no results at all. Then created the index within Relevanssi and then it worked fine!

    2.) Then I saw that there’s also “Relevanssi Light“. Installed, activated, clicked on “Process all posts”… but search brings no results at all. When I deactivate it, the default WordPress search starts working again.

    It seems that I would have to create an index for “Relevanssi Light” too, but how?

    – I’m using the latest version of WordPress in combination with Oxygen Builder.
    – I only work with “pages” in WordPress, not “posts”.

    Thank you very much!

    • This topic was modified 3 years ago by danielcob.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    The indexing in Relevanssi Light is fully automatic and is done by your database server; there’s no need to do anything about, and there’s nothing you can do about it.

    Relevanssi Light is not a good match with Oxygen. The problem is that Oxygen stores nothing in the actual post content, everything is in custom fields, and by default Relevanssi Light does not look at your custom fields (unlike Relevanssi, which has built-in Oxygen support and knows where to look).

    You can make Relevanssi Light work with Oxygen, but I’m not sure if it’s worth it, as it’ll lead to a lot of duplication of content in your database; that’s not very effective.

    Adding this to a code snippet would make Oxygen content available to Relevanssi Light:

    add_filter( 'relevanssi_light_custom_fields', function( $fields ) { return array_merge( $fields, array( 'ct_builder_shortcodes' ) ); } );

    Thread Starter danielcob

    (@daniel05wp)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make “Relevanssi Light” work?’ is closed to new replies.