Search
It is possible to perform a full text search (FTS) on the following resources: activities, experiences, objects, profiles and your custom resources.
Querying
To perform a search, provide a query parameter on list endpoints like so: ?x__query=value
.
Options
The query value can be provided in the same format as you would in a (Google) web search, examples below...
Example | Description | Request |
---|---|---|
hello world | Resources containing both words hello and world | ?x__query=hello%20world |
"hello world" | Resources containing the phrase hello world | ?x__query=%22hello%20world%22 |
hello -world | Resources containing the word hello but not world | ?x__query=hello%20-world |
hello or world | Resources containing either the word hello or world | ?x__query=hello%20or%20world |
Full text search currently works for the English language only.