![Image](https://files.catbox.moe/6f76sz.jpg)
Result list does not auto update after number of files becomes greater than count:
Re: Result list does not auto update after number of files becomes greater than count:
(Moved to the Everything 1.5 forum)
That is by design. Otherwise changing the sort or sort-order would give different results for example.
To update the results, change the search-query to:
This will update the results every 10 seconds.
requery:
That is by design. Otherwise changing the sort or sort-order would give different results for example.
To update the results, change the search-query to:
Code: Select all
requery:10000 C:\tmp dc:today count:3
requery:
Re: Result list does not auto update after number of files becomes greater than count:
Thank you for bringing this issue to my attention enduser,
count: will be improved in the next alpha update.
New results will show correctly when using count:
I'll make another post here once this is ready for testing.
count: will be improved in the next alpha update.
New results will show correctly when using count:
I'll make another post here once this is ready for testing.
Re: Result list does not auto update after number of files becomes greater than count:
Everything 1.5.0.1359a improves the count: search function.
count: will now add new files/folders in real-time.
The count: search quota is enforced each time the result list grows.
Please note: Deleting files will not fill in the missing items.
For example:
If the following files are shown with a count:3 search:
abc.txt
123.txt
foo.txt
You delete: abc.txt and 123.txt
Only foo.txt is shown.
a bar.txt file might match your search which will not be shown.
Only new files/folders are added to your results.
count: will now add new files/folders in real-time.
The count: search quota is enforced each time the result list grows.
Please note: Deleting files will not fill in the missing items.
For example:
If the following files are shown with a count:3 search:
abc.txt
123.txt
foo.txt
You delete: abc.txt and 123.txt
Only foo.txt is shown.
a bar.txt file might match your search which will not be shown.
Only new files/folders are added to your results.