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
Continue reading Restricting the search for non-logged-in users

Restricting the search for non-logged-in users

There was an interesting support question: I have website with logged-in users as well as non-logged-in users. The logged-in user should be able to search through everything on the website, but the non-logged-in users should only be able to search the user profiles. Is it at all possible to differentiate the searches like this? The…

Read more Restricting the search for non-logged-in users 3 Comments on Restricting the search for non-logged-in users
Continue reading Premium 2.2.1

Premium 2.2.1

It’s been a while since the previous Relevanssi Premium release, and there’s enough material to make this a bigger version number shift. The new version includes bunch of bug fixes, nothing particularly fatal or related to vulnerabilities, but especially multisite searching works better now. The new features should be interesting. There’s a new tab in…

Read more Premium 2.2.1 0 Comment on Premium 2.2.1
Continue reading Gmedia photo gallery tags

Gmedia photo gallery tags

Gmedia photo gallery gives a false impression of working with Relevanssi, as you can see the gmedia_tag taxonomy appear in the list of taxonomies: However, if you try to index those tags, you’ll soon notice Relevanssi isn’t actually indexing them. That’s because Gmedia gallery doesn’t use that taxonomy for the tags. The tags are actually…

Read more Gmedia photo gallery tags 0 Comment on Gmedia photo gallery tags
Continue reading Blocking pre and code tags

Blocking pre and code tags

If your posts have lots of programming code examples in <pre> and <code> tags, those might look pretty bad in the search results. A snippet of programming code isn’t usually a good excerpt, and if you use those tags purely for code snippets, they won’t likely contain significant search content, either. Fortunately it’s easy to…

Read more Blocking pre and code tags 0 Comment on Blocking pre and code tags