How to match the full name

If you are experiencing problems with "Everything", post here for assistance.
ncnnnn
Posts: 9
Joined: Tue Jul 15, 2025 12:39 am

How to match the full name

Post by ncnnnn »

image.png
image.png
Only whole:aaa is correct
You do not have the required permissions to view the files attached to this post.
void
Developer
Posts: 20179
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to match the full name

Post by void »

Only whole:aaa is correct
As you have found, prefix your search term with
whole:
to match the whole filename.

This is the best option.
-Do you always want to match the whole filename without specifying whole:?



To treat underscore as a word character:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    under
  • Select: filename_underscore_word_character
  • Set the value to: true
  • Click OK.
filename_underscore_word_character
ncnnnn
Posts: 9
Joined: Tue Jul 15, 2025 12:39 am

Re: How to match the full name

Post by ncnnnn »

Why doesn't the full word match in the search menu work like 'whole'?
NotNull
Posts: 5988
Joined: Wed May 24, 2017 9:22 pm

Re: How to match the full name

Post by NotNull »

whole: matches the whole filename

Search Menu > Match Whole Words matches whole words.
(search function for this is ww: or wholeword: )

Example fioles/folders:
[1] c:\everything
[2] c:\everything\everything.ini
[3] c:\everything\123everything.txt

The first one matches: [1]
The second one matches [1] and [2]
ncnnnn
Posts: 9
Joined: Tue Jul 15, 2025 12:39 am

Re: How to match the full name

Post by ncnnnn »

Got it. So if I search for aaa, the results will still include ***.aaa; aaa-***. Thanks.

filename_underscore_word_character true exclude aaa_****
ncnnnn
Posts: 9
Joined: Tue Jul 15, 2025 12:39 am

Re: How to match the full name

Post by ncnnnn »

If you don't want to type 'whole' every time to match, is there any way, like a checkbox in a filter or something?
void
Developer
Posts: 20179
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to match the full name

Post by void »

Create a Whole Filename filter:
  • In Everything, from the Search menu, click Add to filters....
  • Change the Name to:
    Whole Filename
  • Change the Search to:
    whole*:$param:
  • Click OK.
Activate this filter from the Search menu.

whole:
whole*: