0
votes
1answer
16 views
How can I restrict a user to VPN into a production domain, yet not use Windows Terminal Services to any server in that domain?
How can I restrict a user (in the development domain) to allow them to VPN into a domain, yet not use Windows Terminal Services to any server in that domain? I need for them to be able to run a …
1
vote
1answer
86 views
Can I make my iPhone app’s content searchable via Spotlight?
On MacOS X, you can write a Spotlight Importer so that your documents and content can be indexed and searched with Spotlight. I would like to write an iPhone app that generates content that can be …
1
vote
2answers
64 views
How to get an iPhone app to appear in Spotlight with a query that doesn’t exactly match
I noticed that when I search for "Music" (for example) using Spotlight on the iPhone OS 3.0, the app "Midomi" shows up in the Spotlight results. "Midomi" doesn't exactly match "Music", but yet it …
0
votes
3answers
31 views
Determine local drive from MDItemRef
Hola.
When I receive a list of MDItemRef items returned from a Spotlight query (in obj-c) I was wondering if there is an easy way to determine if they come from the OS install drive vs. an …
0
votes
2answers
48 views
Programmatically force spotlight to index metadata for specific invisible file types
Is there a way to accomplish this?
The reason for this is I am trying to force spotlight to receive automatic updates when invisible files and folders are added/removed. This behavior I believe is a …
0
votes
1answer
22 views
Spotlight NSMetaDataQuery with invisible items do not auto update
The original search runs fine, but any changes to invisible items go unnoticed by the query.
The query can be ran again and it will find the updates.
The query is non-nil and spotlight notifications …
0
votes
1answer
45 views
Finding invisible folders with spotlight by constructing an NSPredicate with NSMetadataQuery
I am constructing an NSmetaDataQuery to find invisible folders (Like ".myInvisibleFolder").
Unfortunately, spotlight does not seem to be locating folders beginning with ".", even when specifically …
0
votes
1answer
43 views
No results in Spotlight in searches against kMDItemPath
I am trying to create a Spotlight query that searches for a string in the path of a file (I would like it to match in either the name of the file or the name of any of the folders is contained in).
…
1
vote
0answers
82 views
Why does Spotlight sometimes not run my query?
I'm playing around with the Spotlight API, both the Carbon and Cocoa versions, and I seem to have the same problem crop up every once in a while: The query never runs, and never fires any …
1
vote
1answer
87 views
Create a Spotlight plugin that queries online data?
This Mac OS Spotlight plugin queries Google and displays the search results in Spotlight:
http://www.apple.com/downloads/macosx/spotlight/googleimporter.html
I understand how to make custom metadata …
2
votes
1answer
140 views
Query Mac OS X Spotlight from Java
Related to:
Query Windows Search from Java
But this time to use OSX's spotlight
I would like to consume OSX spotlight service from Java. Is there an API available?
Thanks.
0
votes
2answers
179 views
How do you get search capability similar to Spotlight or iTunes?
I have an NSTableView that contains a few columns that are populated with data. How do I set up a search bar that can filter the rows based on the content of a specific column? I am looking for the …
0
votes
1answer
26 views
Starting PackageMaker from Spotlight
Why does Spotlight not allow me to start PackageMaker, although it allow me to start Xcode and Dashcode, which are in the same folder? Any good guides to fixing/modifying this behavior?
0
votes
0answers
216 views
Adding metadata to arbitrary file types in Spotlight? [closed]
Is there a way to add arbitrary metadata to any given file type -- even if the UTI is not under my control or generally used by my app -- in Spotlight on Leopard?
The basic use case is to add some …
2
votes
2answers
184 views
Can Spotlight index a MacFUSE filesystem?
Spotlight indexes at the file level, so a file containing a complicated data structure may need to be split into a set of files for Spotlight to index it in a useful way.
Can you use MacFUSE to …
