-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Rest Doc for Full Text Search and withinPolygon #444
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.
A few typos here and there otherwise it's looking great!
Can you also mention that each feature is available only starting Parse-server 2.5.0?
_includes/rest/queries.md
Outdated
|
||
Please refer to your database documentation on Full Text Search to setup your indexes, weights and limitations. | ||
|
||
Note: Postgres doesn't support `$caseSensitive` for Full Text Search, please use $regex above or create a lowercase column in your DB. Postgres supports `$diacriticSensitive: true` by default but `$diacriticSensitive: false` is not supported. To use false automatically, please install Postgres Unaccent Extention and undate your text search configuration. |
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.
Typo: undate
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.
Typo: Extention
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.
nice catch
| $caseSensitive | Enable or disable case sensitive search. | | ||
| $diacriticSensitive | Enable or disable diacritic sensitive search | | ||
|
||
Please refer to your database documentation on Full Text Search to setup your indexes, weights and limitations. |
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.
Can you put the links to those documentation for mongo 3.2 or 3.4 and PG?
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.
Done
Is this still going to be merged? 👍 |
@felipemartim yes! |
This. Is. Awesome! |
Parse Server has been updated with new features.
See
parse-community/parse-server#3866
parse-community/parse-server#3904