You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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
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!
The text was updated successfully, but these errors were encountered: