Open BlueCobold opened 1 week ago
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
➤ PM Bot commented:
Jira ticket: RCOCOA-2456
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