Skip to content

Any schedule on fulltext search? #452

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

Closed
SebC99 opened this issue Jul 4, 2017 · 3 comments
Closed

Any schedule on fulltext search? #452

SebC99 opened this issue Jul 4, 2017 · 3 comments

Comments

@SebC99
Copy link
Contributor

SebC99 commented Jul 4, 2017

It's enabled on parse-server since 2.5.0 and through REST, but do you have any schedule on JS SDK (to be used on parse-server side)?
It would allow to have it on any clients through cloud functions.

(sorry I can't do any PR myself)

Thanks!

@dplewis
Copy link
Member

dplewis commented Jul 7, 2017

Support for text and compound indexes will be added to parse-server so users don't have to add their own indexes.

Discussion
parse-community/parse-php-sdk#333

@flovilmart
Copy link
Contributor

Closing as in progress.

@seriph
Copy link

seriph commented Sep 27, 2017

@SebC99 I've had this working since April and just updated it to be in synch with the latest version of the JS SDK. You're welcome to use the following until we get it merged in:
https://www.npmjs.com/package/parse-text
The syntax is just
Query.text(<column>, <text query>, <options>)
If you're using Mongo, I would recommend using the following as well. It's the latest version of the Parse Server, but will work properly for compound text indices (you have to create them yourself).
https://www.npmjs.com/package/parse-server-text

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

No branches or pull requests

4 participants