
Searchtext
Searches for this text through the search index. Similar to the search functionality on the query.
Apply the following parameter to filter on the search text value.
"SearchText": "text"
Examples
This search request will return items that contains the value "venu".
{ "parameters": null, "results": [], "facets": [], "filters": [ { "keyValue": "venu", "displayValue": "venu" } ], "filter": "search(venu)", "searchText": "venu"}