Description
Issue Description
The current query options on strings, in the JS SDK and Parse Cloud code is just limited to "starting with" option.
I see that there was a PR sent to include this feature but did not get merged:
parse-community/Parse-SDK-JS#470
Steps to reproduce
Try to do a fuzzy query or levenshtein-distance for strings.
Parse API code has this integrated.
https://github.com/parse-community/parse-server/pull/3904l
Expected Results
JS SDK should support the following text search:
http://docs.parseplatform.org/rest/guide/#queries-on-string-values
Actual Outcome
In the meantime, any ideas on how to use the Parse API (where this feature is available) within the Parse Server Cloud code, to query on strings?
What is happening instead?: Ummm, Im stuck 😐
Environment Setup
-
Server
- parse-server version (Be specific! Don't say 'latest'.) : 2.9.x
- Operating System: Mac OS
- Hardware:
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): Localhost / AWS
-
Database
- MongoDB version: 3.4
- Storage engine: MIFS
- Hardware:
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): Localhost / AWS
Logs/Trace
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.