Search menu: Enable Regex, Search entry: noregex

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Axel
Posts: 3
Joined: Sun Aug 24, 2014 6:37 am

Search menu: Enable Regex, Search entry: noregex

Post by Axel »

Is the following intended behavior? If yes, could you explain, why?

I have an empty directory c:\xyyx

UNEXPECTED behavior:

1.)
Search Menu: "Enable Regex" checked.
Search entry: noregex:xyyx
=> NO hits


EXPECTED behavior:

2.)
Search Menu: "Enable Regex" NOT checked.
Search entry: noregex:xyyx
=> xyyx is found

3.)
Search Menu: "Enable Regex" NOT checked.
Search entry: xyyx
=> xyyx is found

4.)
Search Menu: "Enable Regex" checked.
Search entry: xyyx
=> xyyx is found


Match Path is not checked in any case.

Kind regards
Axel


Everything 1.3.4.686 (x64)
Win7pro
void
Developer
Posts: 15566
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search menu: Enable Regex, Search entry: noregex

Post by void »

1.)
Search Menu: "Enable Regex" checked.
Search entry: noregex:xyyx
=> NO hits
Search modifiers do not work in Regex mode.
When regex is enabled the entire search string is considered as a literal regular expression.

If you need the search modifiers please disable regex from the search menu and use the regex: modifier.
Axel
Posts: 3
Joined: Sun Aug 24, 2014 6:37 am

Re: Search menu: Enable Regex, Search entry: noregex

Post by Axel »

OK, I understand. That's OK for me. Thank you for the explanation!

Axel
Post Reply