Summarize search data in Folder?

General discussion related to "Everything".
Post Reply
luapfr
Posts: 2
Joined: Sun Jun 09, 2024 1:51 pm

Summarize search data in Folder?

Post by luapfr »

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.
void
Developer
Posts: 16413
Joined: Fri Oct 16, 2009 11:31 pm

Re: Summarize search data in Folder?

Post by void »

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*
luapfr
Posts: 2
Joined: Sun Jun 09, 2024 1:51 pm

Re: Summarize search data in Folder?

Post by luapfr »

It should provide functionality so that it can detect the folder automatically.
Post Reply