How to properly match whole words filename?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

How to properly match whole words filename?

Post by anmac1789 »

How do I use match whole words where it limits the search results to just "IMG_20220730_160403_869.jpg" ignoring "oOM95G4VsyyJms-xN5GIblWWBNE=IMG_20220730_160403_869.jpg". I have Search --> Match case checked, match whole words is checked and matched path is checked too but still it shows the longer filename results
Screenshot 2023-02-28 041010.jpg
Screenshot 2023-02-28 041010.jpg (49.25 KiB) Viewed 1248 times
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to properly match whole words filename?

Post by void »

Please try the following search:

exact:IMG_20220730_160403_869.jpg

exact:
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: How to properly match whole words filename?

Post by anmac1789 »

void wrote: Tue Feb 28, 2023 9:18 am Please try the following search:

exact:IMG_20220730_160403_869.jpg

exact:

What if I didn't want to use the extension, but just the filename itself?
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to properly match whole words filename?

Post by void »

Please try:

exact:stem:IMG_20220730_160403_869
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: How to properly match whole words filename?

Post by anmac1789 »

void wrote: Tue Feb 28, 2023 9:24 am Please try:

exact:stem:IMG_20220730_160403_869
Thanks will try
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: How to properly match whole words filename?

Post by anmac1789 »

void wrote: Tue Feb 28, 2023 9:24 am Please try:

exact:stem:IMG_20220730_160403_869
does * make a difference? for ex. filename*.jpg
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to properly match whole words filename?

Post by void »

The following should produce the same results:

IMG_20220730_160403_869*.jpg
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: How to properly match whole words filename?

Post by anmac1789 »

void wrote: Tue Feb 28, 2023 9:51 am The following should produce the same results:

IMG_20220730_160403_869*.jpg
I can't use * at the end of the extension ?
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to properly match whole words filename?

Post by void »

* at the end of the extension will match things like:

IMG_20220730_160403_869.jpg.tmp
IMG_20220730_160403_869.jpg.zip
IMG_20220730_160403_869.jpg.backup
Post Reply