You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really know how this would be implemented, but some ideas are:
Delay the history query so it doesn't query on every key stroke.
Option to exclude a plugin from history.
Add some kind of metadata to queries invoked by history so plugins can handle it differently.
Removed show in global result option
Scenario when this would be used?
My plugin, EverythingPowerToys, is having issues dealing with the amount of queries sent by history.
The TLDR is that if history's show in global results is enabled, everytime a user does a search, history generates a bunch of query requests, which leads to a long query time and impacts performance.
Full details here: lin-ycv/EverythingPowerToys#149 (comment)
Supporting information
Was going to file this as a bug, but it's technically working as intended.
This is an edge case, but I would imaging the same thing happens with the windows search plugin?
And if there's some kind of plugin that's paid to run (AI API?), this situation would generate unneeded runs.
The text was updated successfully, but these errors were encountered:
Description of the new feature / enhancement
I don't really know how this would be implemented, but some ideas are:
Scenario when this would be used?
My plugin, EverythingPowerToys, is having issues dealing with the amount of queries sent by history.
The TLDR is that if history's show in global results is enabled, everytime a user does a search, history generates a bunch of query requests, which leads to a long query time and impacts performance.
Full details here:
lin-ycv/EverythingPowerToys#149 (comment)
Supporting information
Was going to file this as a bug, but it's technically working as intended.
This is an edge case, but I would imaging the same thing happens with the windows search plugin?
And if there's some kind of plugin that's paid to run (AI API?), this situation would generate unneeded runs.
The text was updated successfully, but these errors were encountered: