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
"Match Path" search via HTTP
-
David
- Developer
- Posts: 430
- Joined: Tue Mar 17, 2009 1:42 am
Re: "Match Path" search via HTTP
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.
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.