SearchTarget
Search options.
| Name | Description | Type |
|---|---|---|
index | Specifies the index to use on the server. | string |
mode | Specifies the search mode (database vs. full-text search index). | SearchMode |
search_master_storage | True to search from Master Storage. | boolean |
continuation_token | Continuation token for paginating search results from Master Storage. | string |
Example
{
"index": "<!< Specifies the index to use on the server.>",
"mode": 3 /* Enum: SearchMode */,
"search_master_storage": false,
"continuation_token": "<continuation_token>"
}