I want to perform a search on all of the files in the /app/libraries
and /app/views
folders, but I only want to search within files starting with App
in the /app/models
folder.
If I use /app/libraries, /app/views, /app/models/App*
it gives me:
/app/models/App*:
ERROR: Unable to open file
0 matches
If I use /app/libraries, /app/views, /app/models, App*
it only gives me files starting with App
in all of the folders.
I've tried getting rid of the leading slash /app/libraries, /app/views, app/models/App*
as suggested by this answer, but I get this:
Searching 0 files for "search string" (regex, case sensitive)
0 matches