Any news on when query.fullTextSearch will be available?
Cheers
@dblythy 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
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
@dblythy There is a PR pending https://github.com/parse-community/Parse-SDK-JS/pull/470, Don't know why that one hasn't been merged yet.
I just reviewed #470, could use a little cleanup prior to merge IMO
We're all good, full text support has been merged. Once the next release rolls out everyone will be able to utilize this. Still pending formal docs update to our js docs, which may precede the release of this feature.
Most helpful comment
@dblythy There is a PR pending https://github.com/parse-community/Parse-SDK-JS/pull/470, Don't know why that one hasn't been merged yet.