The exclusion filter is case-sensitive

Issue #1 resolved
Jed Burke created an issue

When using the exclusion filter, the excluded word needs to match the case of the word in the search result. It will otherwise not be negated.

For example, if we want bunny girls and don’t want the search to be populated with items from “Tiger & Bunny,” we’ll use the following query: bunny not:tiger

However, items with “Tiger” or “TIGER” will not be excluded.


The exclusion filter was not intended to function like this. I’m therefore marking this issue as a bug.

Comments (2)

  1. Jed Burke reporter

    I rewrote the filter method to accommodate the desired functionality. The tests are passing and it should be available in the next update. Keeping the issue open until then.

  2. Log in to comment