-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
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
Parser improvements #2978
Comments
We should also add support for
|
➤ Jørgen Edelbo commented: [~james.stone] could you give an update on what is actually missing here? |
➤ James Stone commented: Updated list of desired features: DescriptionSyntax ExampleSizeOperatorlistproperty[SIZE]Positionallistproperty[index]Positional (First)listproperty[FIRST]Positional (Last)listproperty[LAST]Betweenx BETWEEN {a, b}primary key lookup on SELFfiltered("SELF == $0", newSession)Long term, we want full support for everything described in the query cheat sheet: https://academy.realm.io/posts/nspredicate-cheatsheet/ ( https://academy.realm.io/posts/nspredicate-cheatsheet/ ) |
Any update on this, specifically |
We also have requests for:
|
➤ Ian Ward commented: [~brian.munkholm] Can we add these to the quarterly backlog please? [~alexander.stigsen] and I ran into these in our IoT research recently |
Is there any way in Realm to make aggregation(join) b/w two collections |
Hi @abhishekmatta999, in Realm you can construct relationships in your schema using links. This should replace the need to use a concept like join from SQL. If you have a specific case where you need help writing a query, please open a separate issue with more detailed information about what you are trying to do and we'd be happy to help. You can also check the docs for some query examples. |
Here's the question(issue) |
Requested improvements to the query parser are listed below. These features are not required for the query serialisation task but are useful in flushing out the JS query syntax.
The text was updated successfully, but these errors were encountered: