You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support querying into specific positions (First, Last, 2nd...) in LinkLists. This is needed when querying into LinkLists where the user attach some meaning to the ordering (could be priority queues, highscore lists...).
In NSPredicates it is expressed as "friends[1] == %@", MySecondFriend or "friends[LAST].age > 16".
Support querying into specific positions (First, Last, 2nd...) in LinkLists. This is needed when querying into LinkLists where the user attach some meaning to the ordering (could be priority queues, highscore lists...).
In NSPredicates it is expressed as
"friends[1] == %@", MySecondFriend
or"friends[LAST].age > 16"
.Suggested syntax:
See also iOS issues:
realm/realm-swift#1490
@rrrlasse
The text was updated successfully, but these errors were encountered: