multiple property search invalid since last update?
multiple property search invalid since last update?
To have multiple filename searches how come this doesn't work anymore ? filename:"abc";"123" but container-filenames:"123.txt";"cat.txt" works?
Re: multiple property search invalid since last update?
viewtopic.php?p=48489#p48489
Search Functions:
filename: = match basename only (disables full path matching).
viewtopic.php?p=44828#p44828
Everything 1.5.0.1306 adds the following search functions:
filename:
Re: multiple property search invalid since last update?
i understand the difference between filename: and file: but I wanted to know why multiple filenames can't be searched with ; (semicolon)tuska wrote: ↑Mon Mar 04, 2024 5:58 pmviewtopic.php?p=48489#p48489
Search Functions:
filename: = match basename only (disables full path matching).
viewtopic.php?p=44828#p44828
Everything 1.5.0.1306 adds the following search functions:
filename:
Re: multiple property search invalid since last update?
2anmac1789
I interpreted this statement ("There is no filename: search function.") to mean that the search function filename:
does not exist and merely wanted to point out that there have been announcements about this search function.
I interpreted this statement ("There is no filename: search function.") to mean that the search function filename:
does not exist and merely wanted to point out that there have been announcements about this search function.
Re: multiple property search invalid since last update?
pardon me? I did not understand
Re: multiple property search invalid since last update?
There is no filename: search function.i understand the difference between filename: and file: but I wanted to know why multiple filenames can't be searched with ; (semicolon)
filename: existed in some of the first Everything 1.5 builds.
filename: was replaced with name:
filename: is too ambiguous, in Windows it can mean the name part or the full path and name.
basename: is also an alias for name:
basename: can sometimes mean without extension (if specified).
However, basename: in Everything always includes the extension.
Use stem: if you want the name part without extension.
I've updated those links, thanks tuska.
Re: multiple property search invalid since last update?
ok, so, seems likevoid wrote: ↑Mon Mar 04, 2024 10:02 pmThere is no filename: search function.i understand the difference between filename: and file: but I wanted to know why multiple filenames can't be searched with ; (semicolon)
filename: existed in some of the first Everything 1.5 builds.
filename: was replaced with name:
filename: is too ambiguous, in Windows it can mean the name part or the full path and name.
basename: is also an alias for name:
basename: can sometimes mean without extension (if specified).
However, basename: in Everything always includes the extension.
Use stem: if you want the name part without extension.
I've updated those links, thanks tuska.
stem:"name1";"name2";"name3"
name:"name1";"name2";"name3"