How to make a bookmoark from NAS Drive folder

General discussion related to "Everything".
Wabo
Posts: 2
Joined: Sat Feb 03, 2024 6:01 am

How to make a bookmoark from NAS Drive folder

Post by Wabo »

Found Everything very useful so far.
I have added all folders including NAS folders in database.

I just have no clue how to search just a certain folder on NAS for files, not all files on all drives at once.
Would also like to add certain folders as bookmarks. ( e.g. \\NASF7AF50\homes\admin\Camera Uploads)
No clue.
Nothing shown when entering path. See attachment

Any hints?

Regards
Walter Born
You do not have the required permissions to view the files attached to this post.
void
Developer
Posts: 19899
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to make a bookmoark from NAS Drive folder

Post by void »

A space in Everything means AND

Please try escaping the space with double quotes:

"\\NASF7AF50\homes\admin\Camera Uploads\"



Please also try the following short hand searches:

\\nas
\\NAS \homes \admin \camera
\\NAS \camera
\\NAS uploads\

Using a \ in in your search term will match the term anywhere in the full path and name.
Wabo
Posts: 2
Joined: Sat Feb 03, 2024 6:01 am

Re: How to make a bookmoark from NAS Drive folder

Post by Wabo »

Thank you very much, that works perfect!