We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the Realm Query Language documentation (https://www.mongodb.com/docs/atlas/device-sdks/realm-query-language/#backlink-queries), it should be possible to include backlink query aggregate operators in Realm-Swift queries. However, this works in RealmKotlin, but not in RealmSwift.
realm.objects(T.self).filter("@links.@count == 0") realm.objects(T.self).filter("@links.@count > 1") realm.objects(T.self).filter("ANY @links.Project.items.quota > 0")
No response
Would be a major improvement
Local Database only
The text was updated successfully, but these errors were encountered:
➤ PM Bot commented:
Jira ticket: RCOCOA-2456
Sorry, something went wrong.
No branches or pull requests
Problem
According to the Realm Query Language documentation (https://www.mongodb.com/docs/atlas/device-sdks/realm-query-language/#backlink-queries), it should be possible to include backlink query aggregate operators in Realm-Swift queries. However, this works in RealmKotlin, but not in RealmSwift.
Solution
Alternatives
No response
How important is this improvement for you?
Would be a major improvement
Feature would mainly be used with
Local Database only
The text was updated successfully, but these errors were encountered: