How do I create a search that returns multiple file extensions?
I'm trying to create a search that returns all of the documents whose names are *.html OR *.css OR *.js
I open a finder window, browse to the folder I want to search and I hit Cmd+F to start a search. I select + to add a search criterion, I select "File Extension" from the drop-down box, and I enter "html". This immediately finds all the documents that end in html. So far, so good.
Then I press the + to add another criterion. I change it to "File Extention" and enter "css". All the files in the window disappear.
It is clearly trying to find all files that have BOTH html and css extensions -- which don't exist, of course because each file can only have one extension.
I need it to OR those two criteria, not AND them.
I have tried all of the following to no avail:
- entering "html OR css OR js" into the text-box next to File Extension
- searching by name and entering "*.html OR *.css OR *.js"
- searching by kind and entering "html OR css OR js" (this doesn't find js files for some reason)
How do I get a search to return multiple kinds of files?! This is ridiculous! I should be able to enter "*.html OR *.css OR *.js" and have it return all those files in a given folder, but it won't for some reason.
HELP!
MacBook Pro w/ Touch Bar (2018 or later)