Continue reading Premium 2.2.4.1

Premium 2.2.4.1

Version 2.2.4.1 of Relevanssi Premium fixes the problems the new Related Posts feature had. Here’s the changelog: It’s now possible to disable thumbnails and titles for related posts. The related posts custom template is looked for in the right place. Metabox buttons work without Gutenberg. Drafts shouldn’t appear in the related posts anymore. Choosing the…

Read more Premium 2.2.4.1 0 Comment on Premium 2.2.4.1
Continue reading Indexing HTML comments

Indexing HTML comments

By default, Relevanssi does not index HTML comments inside your posts. Relevanssi removes all HTML tags before indexing, and HTML comments (<!– like this –>) are counted as HTML tags. If you have content inside comments that you want to be indexed, you need to modify the punctuation control – which is responsible for removing…

Read more Indexing HTML comments 0 Comment on Indexing HTML comments
Continue reading Toolset Views

Toolset Views

Relevanssi works fine with Toolset, thanks to a lot of compatibility code the makers of Toolset have included in it to make it work with Relevanssi. However, everything doesn’t work automatically without modifications. The key thing to notice with Toolset is that query variables and filters don’t work the way you’d expect. Because of the…

Read more Toolset Views 6 Comments on Toolset Views
Continue reading Premium 2.2.3.1

Premium 2.2.3.1

Sometimes unexpected things happen when releasing updates for Relevanssi Premium. Version 2.2.3 passed all our tests with flying colours and during our local testing showed no signs of trouble. However, once it was released, bug reports started trickling in – incompatibility with the Redirection plugin (which we’ve never used), problems with Internet Explorer (which we…

Read more Premium 2.2.3.1 2 Comments on Premium 2.2.3.1
Continue reading Premium 2.2.3 / Free 4.1.2

Premium 2.2.3 / Free 4.1.2

2.2.3 adds a new Premium feature: redirects. This feature allows you to define keywords that will be automatically redirect the user to a certain page. While this feature is only available for Premium users, this update is still very much worth the while for the users of free Relevanssi. For starters, there’s a fix for…

Read more Premium 2.2.3 / Free 4.1.2 0 Comment on Premium 2.2.3 / Free 4.1.2
Continue reading Premium 2.2.2.1 / Free 4.1.1.2

Premium 2.2.2.1 / Free 4.1.1.2

The latest update unfortunately broke the User searches page. This update fixes that problem. I’ve also updated my test suite to catch further errors like those, so similar issues should not happen again. The Premium update also includes a minor improvement, where the “How Relevanssi sees this post” feature is now hidden by default and…

Read more Premium 2.2.2.1 / Free 4.1.1.2 0 Comment on Premium 2.2.2.1 / Free 4.1.1.2
Continue reading Premium 2.2.2 / Free 4.1.1

Premium 2.2.2 / Free 4.1.1

Version 2.2.2 of Premium and the matching 4.1.1 version of free include some minor fixes to search parameters. The biggest fixes are related to meta key sorting of results, some annoying error messages that crop up if you try to sort by an ACF field for example should be gone now. There were also some…

Read more Premium 2.2.2 / Free 4.1.1 0 Comment on Premium 2.2.2 / Free 4.1.1
Continue reading Indexing post slugs

Indexing post slugs

By default, Relevanssi does not index the post slug. It is, however, an easy thing to fix using the relevanssi_content_to_index filter hook. This function will read the post slug, replace the hyphens with spaces (so that indexing-post-slugs becomes “indexing post slugs”) and add the slug to the post content. Add this function to your site…

Read more Indexing post slugs 0 Comment on Indexing post slugs