Re: NSPredicate: To be, or not to be
Re: NSPredicate: To be, or not to be
- Subject: Re: NSPredicate: To be, or not to be
- From: "stephen joseph butler" <email@hidden>
- Date: Mon, 2 Jun 2008 15:30:16 -0500
On Mon, Jun 2, 2008 at 11:08 AM, Gerriet M. Denkmann
<email@hidden> wrote:
> Constucting the format properly (copying your suggestion):
> NSPredicate *predicate = [NSPredicate predicateWithFormat:@"%K contains %@",
> kMDItemTextContent, @"To be, or not to be"];
I'm sorry. I forget that the Spotlight predicate strings are slightly
different from the regular ones. This works for me:
NSPredicate *predicate = [NSPredicate predicateWithFormat:@"%K LIKE
%@", kMDItemTextContent, @"To be, or not to be"];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden