"Match Path" search via HTTP

Have a suggestion for "Everything"? Please post it here.
Post Reply
tsasaki
Posts: 1
Joined: Thu Jul 30, 2009 11:28 pm

"Match Path" search via HTTP

Post by tsasaki »

Can I perform "Match Path" search via HTTP ?
I hope I could have "Match Path" and "Regular Expression" checkbox on the web interface.

Thanks.

If it has any option to enable "Match Path" search via HTTP,
I apologize in advance and hope to be notified.

Takashi SASAKI
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: "Match Path" search via HTTP

Post by David »

You can force match path on by including a backslash (\) in your search.

For example, to find folders, subfolders and files in the any folder named ABC, search for:
\ABC\

To find folders, subfolders and files that have ABC anywhere in the path, search for:
*ABC*\*

Please note that this search can be quite slow.
Post Reply