GNOME Bugzilla – Bug 697181
don't follow symbolic links when searching for files
Last modified: 2013-04-04 20:42:30 UTC
Nautilus currently follows symbolic links when searching for files, and will report search results whose paths (as visible in the Properties dialog) contain symbolic links. I think this isn't great for several reasons: 1. It's inconsistent with other tools such as the command-line 'find' program, which don't follow symbolic links by default. 2. It can lead to unexpectedly large searches if you have a symbolic link to a large directory. 3. If a search result can be found both via a symlink and not, then I almost always want to see its path reported without the symlink. I think we should simply not follow symbolic links.
I agree with this. You can also still enter the symlinked directory and search in there. I pushed a patch to git master now.