Blog: Filter does not work as desired

When I try to filter my blogs by a text field (name/author), an error message “No entries found” appears right after entering the first letter.
I tried it with another blog, even with a new template, using Firefox and Chrome on a Mac. The problem persists.

Akki

Hi! The author value has to be an exact match (and is also case sensitive) in order to work.

Here is a video (no sound) with the current behaviour.

Maybe one idea (or as a feature request/suggestion) for SiteJet team to improve is to include case options (exact case or ignore case) and other operators:

  • is equal(this is what we have)
  • is not equal (negation)
  • is like (matches the containing value)
  • is fuzzy (fuzzy matching)