Skip to content

Full text search for Parse JS SDK and or Parse Cloud code #4490

Closed
@srameshr

Description

@srameshr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions