Closed
Description
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:
- Write the server side code (probably modify the MongoDB storage adapter)
- Update Parse rest api endpoints
- Update all client SDK's (at least iOS/Android/Javascript)
Thanks.
Metadata
Metadata
Assignees
Labels
No labels