srwi / EverythingToolbar

Everything integration for the Windows taskbar.
Other
9.49k stars 412 forks source link

Wrong Result When Input Spaces #379

Closed KaiHuaDou closed 1 year ago

KaiHuaDou commented 1 year ago

Preflight Checklist

EverythingToolbar Version

1.0.5.0

Windows Version

Windows 10 22H2 Build 19045.2486

Steps to reproduce

  1. Open EverythingToolBar
  2. Input some text with space(s) in.
  3. The result contains files without space(s).

Expected Behavior

return the result contains space(s) when searching with text contains space(s)

Actual Behavior

return the result without space(s) when searching with text contains space(s)

Screenshots

image

Log output

2023-04-29 13:52:27.9967|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-04-29 14:43:42.3114|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-04-29 15:39:28.4504|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-04-29 15:40:21.9275|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-04-29 15:42:15.4324|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-04-29 15:42:23.5095|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-04-29 15:43:56.0291|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-04-29 15:50:51.6515|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|

Additional Information

No response

Horst12 commented 1 year ago

Read a little bit more of the Everything basics, the Toolbar is just a frontend for it. Thats not an error, just a result of the default Everything settings which interpret spaces as AND condition. If you don't want this, set the Everything options accordingly or enclose your string by " "

srwi commented 1 year ago

I believe you have regex search enabled in Everything. With default settings I can not reproduce the behavior you are seeing in Everything (spaces versus no spaces).