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!
How to exclude file extension from search term? I want to search SVG files that have the text "SVG" in the base filename
Re: How to exclude file extension from search term? I want to search SVG files that have the text "SVG" in the base file
Or in Everything 1.5a, something like this would also work:
Find .svg files, where the name - excluding extension (i.e., stem:) contains 'svg'.
ext:svg stem:svgFind .svg files, where the name - excluding extension (i.e., stem:) contains 'svg'.