Page 1 of 1

Sorting multiple search results

Posted: Wed Mar 06, 2024 4:32 am
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 ?

Re: Sorting multiple search results

Posted: Wed Mar 06, 2024 4:35 am
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

Re: Sorting multiple search results

Posted: Wed Mar 06, 2024 4:50 am
by tomoakikawabaya
Installed Everything 1.5 and works like a charm!
Thanks a lot for your help.