Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSwift docs should make it clear that filtering by `someListOfPrimitives.@count` isn't supported #6079
Labels
Comments
|
➤ Lee Maguire commented: [~chris.bush] is this something you could take a look at? |
|
I have flagged this with our docs team. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Goals
Filter a
Listof primitives by@countusing 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
@counton aListproperty 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