-
Notifications
You must be signed in to change notification settings - Fork 88
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
DOCSP-33414 Add section on FTS to RQL reference #3188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some corrections needed
@@ -905,7 +943,7 @@ To query geospatial data: | |||
|
|||
1. Create an object with a property containing the embedded geospatial data. | |||
2. Define the geospatial shape to set the boundary for the query. | |||
3. Query using the GEOWITHIN RQL operator. | |||
3. Query using the ``geoWithin`` RQL operator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is RQL case-sensitive? I used all caps in the Kotlin examples...I guess that should be updated for consistency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to this design doc, seems to be camel case? https://docs.google.com/document/d/1Z7CK79CqebEtVllVHTNEq8neKhoMWeFCDjKBrn_pq1Y/edit#heading=h.2s9zdv6a57gn
Perhaps I can create a quick win ticket to update these examples?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Readability for Commit Hash: 0d3dd32 You can see any previous Readability scores (if they exist) by looking Readability scores for changed documents:
For Grade Level, aim for 8 or below. For Reading Ease scores, aim for 60 or above:
For help improving readability, try Hemingway App. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few suggestions, but lgtm! Also, should we plan to eventually get all of the RQL examples in the new v12 file(s)?
@@ -919,8 +961,8 @@ see the geospatial documentation for your SDK: | |||
- :ref:`Flutter SDK <flutter-data-types-geospatial>` | |||
- :ref:`Kotlin SDK <kotlin-geospatial>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the Read page with info on querying geo data. it's probably a more appropriate link here ... but I'm realizing that I didn't add a ref anchor to the section so nm 🤷
Have a ticket here to update the rest of the RQL examples @cbullinger : https://jira.mongodb.org/browse/DOCSP-36298. |
✨ Staging URL: https://preview-mongodbmongodb.gatsbyjs.io/realm/master/ 🪵 Logs |
Pull Request Info
Jira ticket: https://jira.mongodb.org/browse/DOCSP-33414
Item.name
property. Add section on FTS. Behind the scenes, started a new RQL test file to reflect new JSv12 standards.Reminder Checklist
Before merging your PR, make sure to check a few things.
Release Notes
Other
Review Guidelines
REVIEWING.md