CustomSearch
Custom search.
interface CustomSearch {
field: string;
type: string;
value: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
field | Required | string | Field name. |
type | Required | string | Content type. |
value | Required | string | Field value. |
Custom search.
interface CustomSearch {
field: string;
type: string;
value: string;
}| Name | Required | Type | Description |
|---|---|---|---|
field | Required | string | Field name. |
type | Required | string | Content type. |
value | Required | string | Field value. |