nspredicate多个OR条件

时间:2017-08-02 15:46:17

标签: ios nspredicate

我正在尝试根据RLMObject的Type属性获取RLMObjects。

以下是我尝试过的一些谓词字符串,有些是有效的,有些则没有:

 @"location = 'Canada' and Type = 'Call'"                     //works well

 @"location = 'Canada' and Type = 'Call' or Type = 'Meeting'" //failed

 @"location = 'Canada' and Type = 'Call' or Type = 'Meeting' or Type = 'Reminder'" //failed

为什么最后两个谓词字符串失败?

0 个答案:

没有答案