Explicitly Disable 'Match by Case' in a Search Filter

General discussion related to "Everything".
albyofdoom
Posts: 2
Joined: Wed May 20, 2015 3:06 am

Explicitly Disable 'Match by Case' in a Search Filter

Post by albyofdoom »

I'm trying to create a filter that among other things explicitly turns off or ignores 'Match by Case' if it's enabled in the Search menu. I've tried using things like the variations listed below, but so far have not had success. Is this even possible?

Code: Select all

!case:
!case:<search term>
tuska
Posts: 1385
Joined: Thu Jul 13, 2017 9:14 am

Re: Explicitly Disable 'Match by Case' in a Search Filter

Post by tuska »

Hi,
try this...
nocase: Match or ignore case
 
2021-02-10_Explicitly Disable 'Match by Case' in a Search Filter.png
 
Regards,
Karl
You do not have the required permissions to view the files attached to this post.
albyofdoom
Posts: 2
Joined: Wed May 20, 2015 3:06 am

Re: Explicitly Disable 'Match by Case' in a Search Filter

Post by albyofdoom »

That is exactly what I needed, thank you! I completely overlooked the note about using 'no' as a prefix on modifiers. This opens up some new options for other searches as well.

Thanks again!