How to get Spotlight to stick to the folder it's in
March 15, 2009 10:15 AM Subscribe
OS X Spotlight annoyance question: how to get Spotlight to stick to the folder it's in?
Since the advent of Leopard I've come to use Spotlight a lot more to easily find information on my computer, and I love it. There is one annoyance that keeps nagging at me, though: when I have a specific folder open and I type something in the search bar for that folder, Spotlight defaults to searching the entire computer and I have to click another button to make it search the folder only. Is there any way to change this behavior to make it default to the folder you're in if you search from within a Finder window (the little search bar in the upper-right corner of Finder windows, NOT the main Spotlight search on the menu bar)?
This behavior seems counterintuitive to me (if I wanted to search the whole computer instead of just the folder I was in, wouldn't I just use the main Spotlight bar on the menu bar?) and I'd like to change it if possible, but havent been able to find anything in the preferences. Googling just finds more people with the same gripe I have (some results going back to '07 with no answers, which doesn't bode well for a positive answer to this question, but I figured I'd try...)
This is OS X 10.5.6 for what it's worth.
posted by Kosh to computers & internet (4 answers total) 7 users marked this as a favorite
<key>CurrentFolderPath</key><string>/</string>
to:
<key>CurrentFolderPath</key><string>.</string>
posted by Blazecock Pileon at 10:21 AM on March 15, 2009