|
5 | 5 | |===
|
6 | 6 | | Attribute | Type | Required / Optional | Description
|
7 | 7 | | query | String | Required | Search Query.
|
8 |
| -| page | Integer | Required | Page Number, first page is 1. |
9 |
| -| sort | String | Required | Sort values: `relevance`, `newest` and `oldest`. Or *FIELD*: *SORT* |
| 8 | +| page | Integer | Required | Page Number, first page is 1. *DEFAULT: 1* |
| 9 | +| sort | String | Required | Sort values: `relevance`, `newest` and `oldest`. Or *FIELD*: *SORT*. *DEFAULT: relevance* |
10 | 10 | | fq | String | Optional | Query Field. Filter by field using default operator in configuration or using the `fqOperator`(request) or `fq.op` (query string), using the following pattern: *FIELD*: *VALUE*.
|
11 | 11 | | fqAnd | String | Optional | Query Field. Filter `AND` by field, using the following pattern: *FIELD*: *VALUE*.
|
12 | 12 | | fqOr | String | Optional | Query Field. Filter `OR` by field, using the following pattern: *FIELD*: *VALUE*.
|
13 | 13 | | fqOperator | String | Optional | Query Field Operator. Filter OR by field, Operator values: `AND` and `OR`.
|
14 |
| -| rows | Integer| Optional | Number of rows that query will return. |
| 14 | +| rows | Integer| Optional | Number of rows that query will return. *DEFAULT: Behavior Configuration* |
15 | 15 | | locale | String | Required | Locale of Semantic Navigation Site
|
16 | 16 | | group | String | Optional | Group by attribute
|
17 | 17 | | targetingRules | String[] | Optional | Targeting Rules. Restrict search based in: *FIELD*: *VALUE*.
|
|
20 | 20 | | targetingRulesWithConditionOR | Map<String, String[]> | Optional | Targueting Rules `OR` with Condition
|
21 | 21 | | populateMetrics | Boolean | Optional | If populate metrics
|
22 | 22 | | userId | String| Optional | User Id
|
| 23 | +| disableAutoComplete | Boolean | Optional | Disable Auto Correction. *DEFAULT: false* |
23 | 24 | |===
|
0 commit comments