Skip to content
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

Merged
merged 3 commits into from
Sep 8, 2017

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Jun 14, 2017

Parse Server has been updated with new features.

See
parse-community/parse-server#3866
parse-community/parse-server#3904

Copy link
Contributor

@flovilmart flovilmart left a 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?


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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: undate

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: Extention

Copy link
Member Author

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.
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@felipemartim
Copy link

Is this still going to be merged? 👍

@montymxb
Copy link
Contributor

montymxb commented Sep 8, 2017

@felipemartim yes!
@flovilmart changes look good to you?

@flovilmart
Copy link
Contributor

This. Is. Awesome!

@flovilmart flovilmart merged commit 70c21ad into parse-community:gh-pages Sep 8, 2017
@dplewis dplewis deleted the full-text branch October 15, 2017 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants