Notes / options

  • Relevanssi Premium has support for in-query Boolean operators. Relevanssi uses + and – for the operators: cats -dogs and cats +kittens.
  • In regular expressions, ^ can be used to match the beginning of the line and $ to match the end of the line. For example, ^ban will match banana, but not urban, while ban$ matches urban, but not banana. These are called anchoring operators.
  • Wildcards
    • The * operator replaces zero or more characters, so searching for w*ess would match “wilderness”, “witness”, “WordPress” and also “wess”.
    • The ? operator matches exactly one character, so searching for gr?y would match “grey” or “gray”, but not “gravy” or “groovy”.
    • These operators only work within words. Searching for *ess or gra? will not have the expected results.

[rlv_didyoumean]

Our search feature was designed for WordPress, which we’ve been using as our main CMS since 2007, so all posts and pages created since then are included in our search index. Most of our older content was migrated to WordPress, but not all of it. However, our Resources page can …

Search site with Google