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 ?
Sorting multiple search results
Re: Sorting multiple search results
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
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
-
- Posts: 2
- Joined: Wed Mar 06, 2024 4:20 am
Re: Sorting multiple search results
Installed Everything 1.5 and works like a charm!
Thanks a lot for your help.
Thanks a lot for your help.