Is there an option to limit all searches to e.g. 50 results? I couldn't find any option in Tools -> Options.
This would be a nice combination with the new delay search to reduce the items to inspect.
A "load more" Button would be even more nice
Thank in advance and many greetings
Martin
Limit resultlist
Re: Limit resultlist
ES (command-line) has
Which you could output to a .efu
& then open that .efu in Everything.
(And all that could be automated.)
Depending on your needs, something like that could work.
Code: Select all
-n <num>, -max-results <num>
Limit the number of results shown to <num>
& then open that .efu in Everything.
(And all that could be automated.)
Depending on your needs, something like that could work.
Re: Limit resultlist
I assume you are using Everything 1.5, please try creating the following filter:new delay search
- In Everything 1.5, from the Search menu, click Add to filters....
- Change the Name to: Max 50
- Change the Search to: count:50
- Click OK.
I will consider making this a part of the UI with a load more button.
Thank you for the suggestion.
Re: Limit resultlist
Wow, that is a really elegant solution. Thank you for you help, it works perfectly!