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
Support for full text search starting with Parse-Server 2.5.0: For efficient search capabilities use the $text operator. By creating indexes on one or more columns your strings are turned into tokens for full text search functionality.
The format {"$text": {"$search": {parameters}}}
Parameter
Use
$term
Specify a field to search (Required)
$language
Determines the list of stop words and the rules for tokenizer.
Support for full text search starting with Parse-Server 2.5.0: For efficient search capabilities use the $text operator. By creating indexes on one or more columns your strings are turned into tokens for full text search functionality.
The format
{"$text": {"$search": {parameters}}}
From the documentation:
https://docs.parseplatform.org/rest/guide/#queries-on-string-values
The text was updated successfully, but these errors were encountered: