how would i do this search?
how would i do this search?
for the tv show survivor i have a number of folders on my computer.
apparently total number of folders is about a 100. but there's only a few that have just that exact name. the rest of them have a number or name next to the word.
how do i find just those folders with that exact name? i tried putting it in quotes but that didnt work.
apparently total number of folders is about a 100. but there's only a few that have just that exact name. the rest of them have a number or name next to the word.
how do i find just those folders with that exact name? i tried putting it in quotes but that didnt work.
Re: how would i do this search?
Hi,
Here are a few examples:
I hope it works as you want it to.
Here are a few examples:
Code: Select all
folder:exact:"searchword searchword searchword ) space[s] -> quotes required
folder:exact:"searchword searchword searchword" )
folder:exact:searchword > no quotes required
Re: how would i do this search?
Would do it, be sufficient?
dupe: folder: survivor
Re: how would i do this search?
tried the third one, worked! didnt use the 1st or 2nd since this was only one word. is there a diff b/w the first and second?tuska wrote: Wed Mar 05, 2025 2:07 pm Hi,
Here are a few examples:I hope it works as you want it to.Code: Select all
folder:exact:"searchword searchword searchword ) space[s] -> quotes required folder:exact:"searchword searchword searchword" ) folder:exact:searchword > no quotes required
Re: how would i do this search?
Yes.
Menu "Help" > "Search Syntax - Everything" - Operators:
Code: Select all
space AND searchword1ANDsearchword2ANDsearchword3 *)
" " Search for an exact phrase. "searchword searchword searchword"
Further examples.
Example1:
Code: Select all
Search query: Donating in different currencies.txt
Results: Donating in different currencies.txt
Donating in different currencies.txt.lnk
Code: Select all
Search query: "Donating in different currencies.txt"
Results: Donating in different currencies.txt
Donating in different currencies.txt.lnk
Code: Select all
Search query: exact:Donating in different currencies.txt
Result: No result
Code: Select all
Search query: exact:"Donating in different currencies.txt -OR- exact:"Donating in different currencies.txt"
Result: Donating in different currencies.txt
Re: how would i do this search?
thanks!
so the first example has a pair of quotes only at the beginning while the second has a pair of quotes at both the beginning and the end?
so the first example has a pair of quotes only at the beginning while the second has a pair of quotes at both the beginning and the end?
Re: how would i do this search?
Yes.BigDan wrote: Fri Mar 07, 2025 2:45 am so the first example has a pair of quotes only at the beginning while the second has a pair of quotes at both the beginning and the end?
So you can choose whether you want to use one quotation mark at the beginning or both quotation marks - as shown in the examples.
Re: how would i do this search?
for some reason this didn't give the txt file as a result. not sure why. when i used this exact search query, but also put quotes before dontating and after txt i got the txt file.exact:Donating in different currencies.txt
i didnt really understand this. are you sayingSo you can choose whether you want to use one quotation mark at the beginning or both quotation marks - as shown in the examples.
"Donating in different currencies.txt"
is the same as
"Donating in different currencies.txt
I'm finding that yes, that's true, but the result is the same without any quotes at all.
my apologies, i dont see any example with a single quote, only a double quote.as shown in the examples.
Re: how would i do this search?
As in example 3 above, I came to the same conclusion.BigDan wrote: Sun Mar 09, 2025 5:27 amfor some reason this didn't give the txt file as a result. not sure why.exact:Donating in different currencies.txt
In my opinion, the spaces are decisive in this example
and therefore require at least 1 quotation mark at the beginning - (as stated in example 4).
Yes, if you have a text file with exactly this name, then you do not need quotation marks.BigDan wrote: Sun Mar 09, 2025 5:27 ami didnt really understand this. are you sayingSo you can choose whether you want to use one quotation mark at the beginning or both quotation marks -
as shown in the examples.
"Donating in different currencies.txt"
is the same as
"Donating in different currencies.txt
I'm finding that yes, that's true, but the result is the same without any quotes at all.
Quotation mark(s) are needed for a **search for an exact phrase** and, if applicable,
for a search with several words that are separated by a space. Just try it out!
first example (of three):BigDan wrote: Sun Mar 09, 2025 5:27 ammy apologies, i dont see any example with a single quote, only a double quote.as shown in the examples.
folder:exact:"searchword searchword searchword
I would advise you to simply perform various search queries in the Everything search box to test it,
so that you can determine which search result Everything provides in case of doubt. I do the same.
I am sure that other forum participants have better explanations on this topic...