Sorting multiple search results

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
tomoakikawabaya
Posts: 2
Joined: Wed Mar 06, 2024 4:20 am

Sorting multiple search results

Post by tomoakikawabaya »

Hi,

When searching for multiple files in one search:
file1 | file2 | file3 | file4

is there a way to get the results "in order of appearance" in the query, that is, sort them like this:
file1
file2
file3
file4 ?
void
Developer
Posts: 15350
Joined: Fri Oct 16, 2009 11:31 pm

Re: Sorting multiple search results

Post by void »

Short answer: no



You can do this with the following Everything 1.5 search:

<file1 a:=1> | <file2 a:=2> | <file3 a:=3> | <file4 a:=4> sort:a
tomoakikawabaya
Posts: 2
Joined: Wed Mar 06, 2024 4:20 am

Re: Sorting multiple search results

Post by tomoakikawabaya »

Installed Everything 1.5 and works like a charm!
Thanks a lot for your help.
Post Reply