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 | 
Example
{
  "index": "<!< Specifies the index to use on the server.>",
  "mode": 3 /* Enum: SearchMode */
}