MacOS – Finder search doesn’t work properly after Yosemite update

findermacbook promacossearch

Ever since I upgraded to Yosemite, search no longer works properly in Finder. Spotlight works fine but Finder search just gives me a blank window with a spinning ball.

I've tried reindexing and I've also tried deleting Spotlight's .plist file. I restart my MacBook Pro after doing either. Finder search will work for one or two queries and stop again. I don't know what else I can do.

screenshot of Finder search

Best Answer

Has your spotlight been botched? IN short, finder relies on spotlight to find things quickly.

This will take a while (5 or so mins) and make your Mac go into "jump-jet" mode with the fans, but:

  1. Drop to terminal
  2. type in sudo rm -rf /.Spotlight-V100
  3. then sudo rm -rf /.Spotlight-V200
  4. then sudo mdutil -i off /
  5. then sudo mdutil -i on /
  6. finally sudo mdutil -E /

Basically in sport, it resets spotlight and tells it to reindex EVERYTHING it normally should do on your "Macintosh HD". (Everything unless you've previously added entries to the privacy list)

As I said before, it'll make your fans go crazy for a while, but this is expected.

After that, all should be great! :)

Related Question