Skip to content

Full text search support #3747

Closed
Closed
@ranhsd

Description

@ranhsd

Hi, I wanted to know if parse-server support full text search. The full text search is available since MongoDB version 2.6 and it is possible to create text index (currently only one) which provides efficient search capabilities on text fields.

From the code it looks like that this capability has not been implemented ...

In case we need to add this capability i think we should perform the following tasks:

  1. Write the server side code (probably modify the MongoDB storage adapter)
  2. Update Parse rest api endpoints
  3. Update all client SDK's (at least iOS/Android/Javascript)

Thanks.

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