srwi / EverythingToolbar

Everything integration for the Windows taskbar.
Other
8.96k stars 404 forks source link

"More" filter - Can't select search flags (Match Case, Match Whole Word...) #404

Closed Mitia99 closed 1 year ago

Mitia99 commented 1 year ago

Preflight Checklist

EverythingToolbar Version

1.1.1

Everything Version

1.4.1.1024 (x64)

Windows Version

Windows 11 Pro 22H2 22621.1848

Steps to reproduce

  1. Open EverythinToolbar
  2. Select any "More" filter (Audio/Compressed/Document....)
  3. Select a search flag: Match case, Match Whole Word...

Expected Behavior

Select a search flag

Actual Behavior

Can't select any search flag

Screenshots

Screenshot 2023-06-23 141430 Screenshot 2023-06-23 141828

Log output

2023-06-23 09:59:55.0332|INFO|Launcher|EverythingToolbar Launcher 1.1.1.0 started. OS: Microsoft Windows NT 10.0.22621.0| 2023-06-23 10:29:12.3093|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1| 2023-06-23 10:29:12.8251|ERROR|EverythingToolbar.Behaviors.ThemeAwareness|Failed to get latest release version.|System.Net.Http.HttpRequestException: Une erreur s'est produite lors de l'envoi de la demande. ---> System.Net.WebException: Le nom distant n'a pas pu être résolu: 'api.github.com' à System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) à System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar) --- Fin de la trace de la pile d'exception interne --- à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) à EverythingToolbar.Controls.UpdateBanner.d5.MoveNext() dans C:\Users\Stephan\Entwicklung\EverythingToolbar\EverythingToolbar\Controls\UpdateBanner.xaml.cs:ligne 40 2023-06-23 14:06:39.0400|INFO|Launcher|EverythingToolbar Launcher 1.1.1.0 started. OS: Microsoft Windows NT 10.0.22621.0| 2023-06-23 14:06:39.7899|ERROR|EverythingToolbar.EverythingSearch|IPC is not available.| 2023-06-23 14:06:39.7899|ERROR|EverythingToolbar.EverythingSearch|Failed to get Everything version number. Is Everything running?| 2023-06-23 14:06:40.0053|ERROR|EverythingToolbar.Behaviors.ThemeAwareness|Failed to get latest release version.|System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote name could not be resolved: 'api.github.com' at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar) --- End of inner exception stack trace --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at EverythingToolbar.Controls.UpdateBanner.d5.MoveNext() in C:\Users\Stephan\Entwicklung\EverythingToolbar\EverythingToolbar\Controls\UpdateBanner.xaml.cs:line 40

srwi commented 1 year ago

Hi @Mitia99, currently this is the expected behavior. I think you have enabled the option to import filters from Everything. Therefore it will force the options to what is defined for the filters in Everything. If you are not actively using custom filters you can disable the option to regain access to the search flags.

Mitia99 commented 1 year ago

I see.

My issue is that I created custom filter so that I can't disable that setting.

srwi commented 1 year ago

I think I could just allow changes to the search flags even for custom filters as long as they get set correctly when selecting another filter.

srwi commented 1 year ago

After looking at this problem again, I realized that I completely misunderstood filter flags. The behavior is fixed now and should be much more in line with how filters are handled in Everything. Thank you.