Posts

Post not yet marked as solved
0 Replies
390 Views
I noticed that mdimport has gained a few new options that refer to "modern importers":  -e            Print all the modern importers available  -m            Import files using modern importers. Specify the file type via -y and then the file url(s) via -u (separated by space)   -y type       Type of the file. Requires -m  -u urls       URLs for the files. Requires -m mdimport -e replies with: Extensions: id(501)  I can't figure out what "modern importers" are.
Posted
by houdah.
Last updated
.
Post not yet marked as solved
1 Replies
518 Views
An increasing number of Apple and third-party applications useCoreSpotlight to index data. This powers both in-app searches as well as the Spotlight menu item.I am looking for a way to search all application data indexed by CoreSpotlight. For in-app searches, I can use CSSearchQuery to find previously submitted CSSearchableItems. I however fail to find API to extend searches to content owned by other applications.How can I search through all content indexed by CoreSpotlight and replicate the behavior of the Spotlight window?
Posted
by houdah.
Last updated
.