How to exclude file extension from search term? I want to search SVG files that have the text "SVG" in the base filename

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
fmotion1
Posts: 2
Joined: Mon May 22, 2023 2:18 am

How to exclude file extension from search term? I want to search SVG files that have the text "SVG" in the base filename

Post by fmotion1 »

I have a lot of SVG files. I'm looking for a way to search my SVG files using the term "SVG", but not have the search operation match the extension. Right now when I do this, it returns all SVG files because they all have a .svg extension. How can I search for SVG files that ALSO contain the text "SVG" in their base filename?

Any help greatly appreciated!
therube
Posts: 5711
Joined: Thu Sep 03, 2009 6:48 pm

Re: How to exclude file extension from search term? I want to search SVG files that have the text "SVG" in the base file

Post by therube »

Or in Everything 1.5a, something like this would also work:

ext:svg stem:svg


Find .svg files, where the name - excluding extension (i.e., stem:) contains 'svg'.
Post Reply