skipping a certain part of search filter

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
sk2107
Posts: 288
Joined: Sun Aug 07, 2022 8:48 pm

skipping a certain part of search filter

Post by sk2107 »

Hello,

sometimes I have a long string for searching (especially when I comes to search for multiple file name), for example (a short one):
aaaa.txt| c:\abc size:>2GB dm:<2022-02-04

Now is there a way to remark a certain part like the part size:>2GB to be skipped without removing it from the string and act like
aaaa.txt| c:\abc dm:<2022-02-04

thank you
void
Developer
Posts: 15350
Joined: Fri Oct 16, 2009 11:31 pm

Re: skipping a certain part of search filter

Post by void »

Prefix the search term with nop:

For example:

aaaa.txt| c:\abc nop:size:>2GB dm:<2022-02-04

nop:
sk2107
Posts: 288
Joined: Sun Aug 07, 2022 8:48 pm

Re: skipping a certain part of search filter

Post by sk2107 »

Thanks a lot.


Best Regards
Post Reply