Swift docs should make it clear that filtering by someListOfPrimitives.@count
isn't supported
#6079
Labels
someListOfPrimitives.@count
isn't supported
#6079
Goals
Filter a
List
of primitives by@count
using RealmSwift, since the docs suggest this is possible:https://realm.io/docs/swift/latest/#queries
Expected Results
The docs should make it clear that filtering on
@count
on aList
property is only supported for relationships, not primitivesActual Results
Crash, as per several other issues: #5832, #5491, etc.
It turns out this isn't yet supported, as documented in #5334
Steps to Reproduce
Please see linked issues
Code Sample
Please see linked issues
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: