File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
specs/search/paths/search Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- The Analytics API doesn't collect data when using `browse`.
16
16
- Records are ranked by attributes and custom ranking.
17
- - Deduplication (`distinct`) is turned off.
18
17
- There's no ranking for: typo-tolerance, number of matched words, proximity, geo distance.
18
+
19
+ Browse requests automatically apply these settings:
20
+
21
+ - `advancedSyntax`: `false`
22
+ - `attributesToHighlight`: `[]`
23
+ - `attributesToSnippet`: `[]`
24
+ - `distinct`: `false`
25
+ - `enablePersonalization`: `false`
26
+ - `enableRules`: `false`
27
+ - `facets`: `[]`
28
+ - `getRankingInfo`: `false`
29
+ - `ignorePlurals`: `false`
30
+ - `optionalFilters`: `[]`
31
+ - `typoTolerance`: `true` or `false` (`min` and `strict` is evaluated to `true`)
32
+
33
+ If you send these parameters with your browse requests, they'll be ignored.
19
34
parameters :
20
35
- $ref : ' ../../../common/parameters.yml#/IndexName'
21
36
requestBody :
You can’t perform that action at this time.
0 commit comments