Continue reading Premium 2.1.2 / Free 4.0.6

Premium 2.1.2 / Free 4.0.6

The previous versions of Relevanssi had couple of unpleasant bugs. Those bugs went pass the testing, but one of them is now a test case in the Relevanssi test suite (the rest aren’t, because right now, the test suit only tests things that are not related to other plugins). MemberPress post control was backwards. These…

Read more Premium 2.1.2 / Free 4.0.6 0 Comment on Premium 2.1.2 / Free 4.0.6
Continue reading Premium 2.1.1 / Free 4.0.5

Premium 2.1.1 / Free 4.0.5

Thanks to a very eye-opening talk in WordCamp Jyväskylä earlier this year by Otto Kekäläinen from Seravo, Relevanssi code has been reviewed and modified to follow WordPress coding standards. As a result, there have been minor improvements all around the code to make things more robust and secure. Every new Relevanssi Premium release is now…

Read more Premium 2.1.1 / Free 4.0.5 0 Comment on Premium 2.1.1 / Free 4.0.5
Continue reading ACF: Indexing relationship content

ACF: Indexing relationship content

If your posts include content from related posts using the Advanced Custom Fields relationship functionality, Relevanssi doesn’t index that content by default. Even if you set Relevanssi up to index the ACF fields, the relationship fields do not include any content, just references to other posts. Those, even if indexed, are not particularly helpful. ACF…

Read more ACF: Indexing relationship content 2 Comments on ACF: Indexing relationship content
Continue reading Using AND and NOT for Boolean operators

Using AND and NOT for Boolean operators

Relevanssi Premium has support for in-query Boolean operators. Relevanssi uses + and – for the operators: cats -dogs and cats +kittens. If you prefer instead to use the verbal AND and NOT operators, it only takes one small function. Add this to your site: This function (on the relevanssi_search_filters hook) looks at the search query…

Read more Using AND and NOT for Boolean operators 6 Comments on Using AND and NOT for Boolean operators
Continue reading ACF: Indexing ACF fields for taxonomy terms

ACF: Indexing ACF fields for taxonomy terms

Advanced Custom Fields makes it possible to add custom fields to taxonomy terms. You can only do this with Relevanssi Premium because the free version of Relevanssi can’t index taxonomy terms. Suppose you set Relevanssi to index custom fields. Relevanssi won’t index these taxonomy custom fields because taxonomy terms aren’t generally allowed to have custom…

Read more ACF: Indexing ACF fields for taxonomy terms 2 Comments on ACF: Indexing ACF fields for taxonomy terms