Re: NSMetadataQuery not handling scopes and predicates as expected
Re: NSMetadataQuery not handling scopes and predicates as expected
- Subject: Re: NSMetadataQuery not handling scopes and predicates as expected
- From: Scott Anguish <email@hidden>
- Date: Sun, 3 Jul 2005 15:57:14 -0400
On Jul 3, 2005, at 7:27 AM, Ken Tozier wrote:
On Jul 3, 2005, at 6:14 AM, Scott Anguish wrote:
On Jul 3, 2005, at 2:40 AM, Ken Tozier wrote:
I managed to get some NSMetadataQuerys working but when
attempting to use any of the scope constants, the query returns
immediately with no results. Here's the various syntaxes I've tried:
NSMetadataQuery *query = [[NSMetadataQuery alloc] init];
This works
[query setSearchScopes: [NSArray arrayWithObjects: @"/System/
Library/", nil]];
which is interesting, as I don't believe anything in /System is
actually indexed. You'll be able to search on File metadata
items, but nothing else...
I'm just using it as a quick way to get a list of paths to specific
types of ".strings" files. I loop through the result list, read
the content and process them myself.
one other point of interest... if the.strings is in a document
bundle that is registered, it won't get searched.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden