I would like to know if it is possible when carrying out a search to bring the summarized data in the Search from a folder?
Example Inside the "Database" Folder I do a search where I want and only files containing "SQL" will be shown
and I only want to list the files in this folder, I don't want to see results from other folders.
Summarize search data in Folder?
Re: Summarize search data in Folder?
Everything 1.4:
\database\ *.sql
(unfortunately, searches subfolders too)
regex:database\\[^\\]*.sql$
use file: if you are getting unwanted folder hits.
If you want sql anywhere in the filename, use:
\database\ sql
Everything 1.5:
database\*.sql
database\*sql*
\database\ *.sql
(unfortunately, searches subfolders too)
regex:database\\[^\\]*.sql$
use file: if you are getting unwanted folder hits.
If you want sql anywhere in the filename, use:
\database\ sql
Everything 1.5:
database\*.sql
database\*sql*
Re: Summarize search data in Folder?
It should provide functionality so that it can detect the folder automatically.