realm-swift: Unsupported predicates
- ALL
- NONE
- All key path collection queries (@avg, @count, @min, @max, @sum)
- SUBQUERY
- LIKE (wildcards * and ? in string searches)
- MATCHES
- diacritic insensitive modifier (
[d]) - array operations (
[index],[SIZE],[FIRST],[LAST]) - bitwise
(intCol & 1) > 0 - SELF
- multi-level object equality link queries
(object.object.object = %@) - multi-level object equality link queries with NULL
(object.object.object = NULL) -
%@ IN collection - inequalities on string properties (e.g.,
stringCol > "some string")
About this issue
- Original URL
- State: open
- Created 9 years ago
- Reactions: 6
- Comments: 38 (21 by maintainers)
+1 for diacritic insensitive search
Comment for upvotes about bitwise support)
Diacritic-insensitive comparisons are being added in #4742.
Yes, we’re tracking that here.