Closed Ishmaeel closed 2 months ago
Why is this an issue? I have some shortcuts I find via Explorer plugin and I'm used to typing a three-letter query to find these. However, when I type the query, the shortcut I'm interested in will be excluded from the results entirely, so I will be unable to launch it and bump its score for that query.
I thought about finding the same shortcut using a longer query and trying to bump its score that way, but since it will never be returned from the original Everything search, its score will always remain irrelevant. Flow will never be able to find that item even if its score is bumped through the roof.
Since Everything index contains, well, everything, a limit of 100 is way too restrictive. I would want to set it as high as I could without crippling performance so it would have a chance to include the things I'll be searching for.
Checks
[X] I have checked that this issue has not already been reported.
[X] I am using the latest version of Flow Launcher.
Problem Description
Results from Explorer plugin are limited to the hardcoded MaxResult (MaxCount) of 100 while using Everything engine. Changing the value in
Settings.json
has no effect.Direct Enumeration and Windows Index are unaffected.
To Reproduce
Flow.Launcher.Plugin.Explorer\Settings.json
.MaxResult
to 5.Expected result would be a list of 5 hits but the actual results will have up to 100 results.
Search results will be capped at 5 items as expected.
Screenshots
No response
Flow Launcher Version
1.18.0
Windows Build Number
Microsoft Windows [Version 10.0.19045.4651]
Error Log
No error log associated with the issue. MaxResult setting is simply not passed to Everything API.