[Solved] Listing in GUI

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 233
Joined: Wed Jan 09, 2013 9:06 am

[Solved] Listing in GUI

Post by w64bit »

Code: Select all

ext:pdf !atof:version:1.7
From the GUI point of view:
It's displaying first all PDF files (very fast) and after that is doing comparison and displaying the final PDF list.
Is it possible to display only the final list without displaying first all PDF files?
(hide results when the search is empty = ON)
Last edited by w64bit on Sat Mar 04, 2023 1:01 pm, edited 1 time in total.
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: Listing in GUI

Post by therube »

OK, so I've got to ask, why?
Or how is it better to not display the initial list, but only the filtered list?
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Listing in GUI

Post by raccoon »

Everything has to search for all PDF files first, so that it can query these search results for the version file property. So there are 2 distinct passes.

Rather than hiding this information from you, it's showing you that work is ongoing and progress is happening. You can add the Version column if you want to see the magic happen in real time as the column gets filled.

atof (alpha to float) should not be necessary for the version property. have you seen alphanumeric text appear in pdf file versions? eg, "1.7a"
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: Listing in GUI

Post by NotNull »

There is an option in Everything to only start searching when no keyboard activity was detected for x millisecond.
search_delay

Or only start searching after you press ENTER
menu:Tools => Options => General => Search: uncheck Search as you type
void
Developer
Posts: 15345
Joined: Fri Oct 16, 2009 11:31 pm

Re: Listing in GUI

Post by void »

Everything will show all results first, then eventually remove results that fail the !atof:version:1.7 test.
It's displaying first all PDF files (very fast) and after that is doing comparison and displaying the final PDF list.
Is it possible to display only the final list without displaying first all PDF files?
I did this for content:

For example:
ext:pdf !content:abc123

will not show any results and eventually add results that pass the !content:abc123 test.

I will look into doing the same for property searching.
Thank you for the suggestion.
void
Developer
Posts: 15345
Joined: Fri Oct 16, 2009 11:31 pm

Re: Listing in GUI

Post by void »

Everything 1.5.0.1339a will now show no results and add results as information is gathered in the background.

For example, searching for:
ext:pdf !atof:version:1.7

will initially show no results.
As Everything gathers version information from PDF files, and if the version is not 1.7, the PDF file will be added to your results.

(instead of initially adding all results, then removing them as information is gathered)
void
Developer
Posts: 15345
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Solved] Listing in GUI

Post by void »

Everything 1.5.0.1340a will now show no results and add results as date created, date accessed and attribute information is gathered in the background.
Post Reply