Samantha Rahn wrote: > What types of syntax can and cannot be used in NSPredicate? > > When I use > > companyName CONTAINS 'Corp' > > I get: > > NAME:NSInvalidArgumentException REASON:Format string contains > extra characters: "companyName CONTAINS 'Corp'" >
I had a look at the source code and it looks like we are missing code for the parsing of string constants. Somebody will have to add this. The whole file NSPredicate.m needs a make over, we should split it up and replace the current scanner with something more powerful. Any volunteers? Fred _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
