partial match
節のLIKE
doのように実行したいSQL
。
Magical Record では、指定されたフィールドの値を探すために、以下を使用しますfindByAttribute
。
NSArray *productsFoundByTitle = [Product MR_findByAttribute:@"product_title" withValue:@"bags"];
問題は、これがinのみexact matches
を返すことです。私も返したいので、 : のような値も返されます。bags
product_title
partial matches
mail bags
MagicalRecordでそれを行うにはどうすればよいですか?