Continue reading Premium 2.19 / Free 4.17

Premium 2.19 / Free 4.17

…Minor fix: If the sentence query variable is used to enable phrase searching, Relevanssi now adds quotes to the highlight parameter. Minor fix: Add support for TablePress table_filter shortcodes. Minor fix: Improve WP File Download file content indexing support. Relevanssi indexing now happens after the WPFD indexing is done. Premium….

Read more Premium 2.19 / Free 4.17 0 Comment on Premium 2.19 / Free 4.17
Continue reading Debugging indexing problems

Debugging indexing problems

The easiest way to debug indexing problems is to use the WP CLI tools available in Relevanssi Premium. To see how Relevanssi sees the post 123, just use the following command on the command line: wp relevanssi index –post=123 –index_debug=true This will print out how Relevanssi sees the post, how…

Read more Debugging indexing problems 2 Comments on Debugging indexing problems
Continue reading Indexing with a cron job

Indexing with a cron job

…your posts and server. Removing automatic indexing If you index with a cron job, you may want to disable automatic indexing. You can do it by adding this to your site: remove_action( ‘wp_insert_post’, ‘relevanssi_insert_edit’, 99 ); remove_action( ‘wp_after_insert_post’, ‘relevanssi_insert_edit’, 99 ); // Relevanssi 4.17 / Premium 2.19 onwards. This was…

Read more Indexing with a cron job 0 Comment on Indexing with a cron job