16

When I use Files to search within a network share, it says:

Remote location - only searching the current folder

Remote location - only searching the current folder

How can I make it search all folders like it normally does? I understand that searching a remote location will take longer, and I still want to do it.

ændrük
  • 78,496

3 Answers3

16

In newer versions of Ubuntu (in my case 18.04) you can open from Files > Preferences > Search & Preview tab, and check "All locations" under "Search in subfolders".

screenshot

Pablo Bianchi
  • 17,371
9

You can change the Nautilus preferences via dconf-tools, /org/gnome/nautilus/preferences/recursive-search, change the value to 'always'.

screenshot

Or on a terminal

gsettings set org.gnome.nautilus.preferences recursive-search 'always'
Pablo Bianchi
  • 17,371
0

In Ubuntu 22.04:
Files > Preferences > Performances section: Set "Search in Subfolders" to "All locations".