My sandboxed app with spotlight importer and using core data uses Record-Level Indexing as described here:
https://developer.apple.com/library/mac/#documentation/cocoa/Conceptual/SpotlightCoreData/Articles/recordLevel.html#//apple_ref/doc/uid/TP40008065-CH101-SW2 The importer does work, and a command line mdfind "some search string" lists records containing the string. However the spotlight search from the UI (Spotlight icon at the top right of the screen) or in Finder does not list any records. If I copy some records from the sandbox to somewhere else on the disk, both UI and Finder will show them fine. Is there a trick to having Spotlight from the UI showing the records contained in the sandbox? Clearly they are being scanned (mdfind works), but they are excluded from UI based searches for some reason. Or is that yet another Sandbox bug? Thanks Gerd _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com