how to instruct Everything to search for exact term

General discussion related to "Everything".
Post Reply
ajfudge
Posts: 9
Joined: Wed Jun 12, 2013 10:30 am

how to instruct Everything to search for exact term

Post by ajfudge »

Hi there..
I'd like to know how to search for exact terms and eliminate partial results. For example, I'm searching for "apple". How do I tell Everything to search only for "apple" so it won't show me fuzzy or partial match results like "applet", "dapple", etc. but still show results like "apple.jpg", "apple.txt", "apple.db" as long as it's just "apple"?
Thanks!
vsub
Posts: 439
Joined: Sat Nov 12, 2011 11:51 am

Re: how to instruct Everything to search for exact term

Post by vsub »

How about apple.*
nagan
Posts: 302
Joined: Thu Apr 18, 2013 11:44 am

Re: how to instruct Everything to search for exact term

Post by nagan »

Apple.* has a small drawback of ignoring a file Apple with no extensions. Whole word modifier can be invoked thru Ctrl+B. Then the search will yield only the said word and no suggestions. Or type ww:apple.
ajfudge
Posts: 9
Joined: Wed Jun 12, 2013 10:30 am

Re: how to instruct Everything to search for exact term

Post by ajfudge »

vsub,
that's actually a good suggestion. But in addition to what nagan said, it won't also show folders.

nagan,
I tested your suggestions with "ww:taskbar" and Everything showed me this:
Everything.png
Everything.png (78.08 KiB) Viewed 13683 times
How do I filter out the result so it will only show me items that's strictly containing the word "taskbar" only?
vsub
Posts: 439
Joined: Sat Nov 12, 2011 11:51 am

Re: how to instruct Everything to search for exact term

Post by vsub »

How about
taskbar.* | len:7 taskbar
The first displays all files with extension
The second display all files without extension and also all folders with that name
ajfudge
Posts: 9
Joined: Wed Jun 12, 2013 10:30 am

Re: how to instruct Everything to search for exact term

Post by ajfudge »

vsub,
thanks! that pretty much does it. Except for one file "Taskbar.W.png"
But I think I could let that slip. Although I do have a number of files whose names have dots that precede the file extension.

BTW, how did you come up with "len:7"? I haven't seen that in FAQs.
vsub
Posts: 439
Joined: Sat Nov 12, 2011 11:51 am

Re: how to instruct Everything to search for exact term

Post by vsub »

In the everything window Help=>Search Syntax
ajfudge
Posts: 9
Joined: Wed Jun 12, 2013 10:30 am

Re: how to instruct Everything to search for exact term

Post by ajfudge »

Wow! That Search Syntax is a long list of helpful stuffs. I never looked in to that before. Many thanks!
shodan
Posts: 30
Joined: Wed Mar 17, 2021 8:40 am

Re: how to instruct Everything to search for exact term

Post by shodan »

Hello,

I am also trying to find a file by its exact name.

The files I am searching for have no extensions.

The search syntax help says

" " Search for an exact phrase.

However I have tried this and it still matches all matches containing the search term rather than the exact match.

See screenshot
2023-09-10 15_11_45-_SAM_ - Everything (1.5a) 1.5.0.1337a (x64).png
2023-09-10 15_11_45-_SAM_ - Everything (1.5a) 1.5.0.1337a (x64).png (159.41 KiB) Viewed 5471 times
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: how to instruct Everything to search for exact term

Post by void »

Prefix the term with exact:

For example:

exact:SAM
Post Reply