Mikko Saari

Results 17 comments of Mikko Saari

Well, Relevanssi has been changed so that Snitch and Relevanssi don't cause an infinite loop again, but Snitch will cause an infinite loop with any other plugin that reacts to...

For starters, `relevanssi_content_to_index` does nothing with Relevanssi Light; it's a Relevanssi filter hook. You need to use the pluggable `relevanssi_light_update_post_data()` function. [See instructions on the Relevanssi Light page](https://www.relevanssi.com/light/). As for...

You're not the first one to ask for this, and I've once been through the process of trying to figure out how this works. We couldn't figure it out then,...

It doesn't matter which query object is used. Relevanssi can generate the excerpts if you have the search term (which you can get from `$_REQUEST['s']` if nothing else works) and...

That makes sense. When the Elementor search template is enabled, Elementor doesn't use the post object Relevanssi has prepared but instead loads the post object from `wp_posts`. Where does that...

I agree, this would be helpful. I'd like to use the new warnings for undefined symbols, but for some symbols, I'd prefer to just ignore the issue.

It's better to handle this before Relevanssi is involved in the first place, but if you don't, Relevanssi spam blocker is a fine way to deal with many of these...