Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer/Search
copilot-swe-agent[bot] a970a21afa Fix Quick Access items not appearing in Explorer plugin search results
Remove the incorrect `QuickAccessKeywordEnabled` check from
`GetQuickAccessResultsFilteredByActionKeyword`. Quick Access items
should always be merged into regular search results when they match
the query, regardless of whether the dedicated Quick Access action
keyword is enabled. The `QuickAccessKeywordEnabled` flag should only
control whether the dedicated action keyword (e.g. `q foo`) activates
Quick Access-only searches.

Fixes: Quick Access items missing in Explorer plugin (2.1.0 regression)

Co-authored-by: Jack251970 <53996452+Jack251970@users.noreply.github.com>
2026-02-25 11:08:36 +00:00
..
DirectoryInfo Use class name instead 2025-04-13 17:59:39 +08:00
Everything Improve semaphore lock handling and code robustness 2025-11-07 15:30:07 +08:00
IProvider Remove unused using 2023-04-25 21:02:34 +08:00
QuickAccessLinks Add quick access result score for folder results 2025-06-28 11:02:44 +08:00
WindowsIndex Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
Constants.cs Fix unix directory seperator issue 2025-02-07 16:42:01 +08:00
EnvironmentVariables.cs Fix nullabl warnings 2025-04-15 13:29:26 +08:00
ResultManager.cs Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
SearchManager.cs Fix Quick Access items not appearing in Explorer plugin search results 2026-02-25 11:08:36 +00:00
SearchResult.cs Remove unused using 2023-04-25 21:02:34 +08:00