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
desc
Allow queries on data models with field name desc.
When the model contains a field name with name desc the query parser will throw an exception when trying to filter on desc.
Originating from realm/realm-java#7705
See realm/realm-java#7705
Core version: 11.14.0
The text was updated successfully, but these errors were encountered:
jedelbo
Successfully merging a pull request may close this issue.
Expected results
Allow queries on data models with field name
desc
.Actual Results
When the model contains a field name with name
desc
the query parser will throw an exception when trying to filter ondesc
.Originating from realm/realm-java#7705
Steps & Code to Reproduce
See realm/realm-java#7705
Core version
Core version: 11.14.0
The text was updated successfully, but these errors were encountered: