"regex:" Filter doesn't work with pipes.
Closed this issue · 2 comments
Preflight Checklist
- I have fully read the README and it did not solve the problem.
- I have searched all open and closed issues for the same bug report without success.
EverythingToolbar Version
1.3.2.0
Everything Version
1.4.1.1024 (x64)
Windows Version
Windows 10 Home Version: 22H2
Steps to reproduce
type regex:(.*|.*) or anything in parentheses separated by a pipe
Expected Behavior
Returns corresponding results via the regex filter that's separated by a pipe.
if regex:(.*|.*) is given, it should return all results, the same as typing nothing at all.
Actual Behavior
No results found.
Screenshots
Log output
2023-11-29 14:06:08.7843|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.3.2.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-11-29 17:22:37.6479|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
Additional Information
If enabling regular expressions via the menu or hotkey: ctrl+r, it works as expected.
Problem and workaround behave identically in both base program and in deskband.
Ah, it seems I got confused with the main program and the toolbar. I agree I should post it there, apologies.