srwi / EverythingToolbar

Everything integration for the Windows taskbar.
Other
8.77k stars 395 forks source link

"regex:" Filter doesn't work with pipes. #468

Closed Alfamari closed 7 months ago

Alfamari commented 7 months ago

Preflight Checklist

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

Everything_xJbM7EkDvA Everything_AiqmKwyzrj (edit) image Everything_pZmOKteGUn (edit)

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.

srwi commented 7 months ago

Hi @Alfamari, I don't really understand how this relates to EverythingToolbar. It seems like EverythingToolbar does the exact same thing as Everything, which is the way it is intended. This seems like a bug in Everything to me and should be reported here.

Alfamari commented 7 months ago

Ah, it seems I got confused with the main program and the toolbar. I agree I should post it there, apologies.