How to match the full name
-
ncnnnn
- Posts: 9
- Joined: Tue Jul 15, 2025 12:39 am
How to match the full name
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
As you have found, prefix your search term withOnly whole:aaa is correct
whole: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.
-
ncnnnn
- Posts: 9
- Joined: Tue Jul 15, 2025 12:39 am
Re: How to match the full name
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
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]
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
Got it. So if I search for aaa, the results will still include ***.aaa; aaa-***. Thanks.
filename_underscore_word_character true exclude aaa_****
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
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