@@ -33,7 +33,7 @@ This is the preferred route to perform search when an API key is required, as it
33
33
| ** [ offset] ( #offset ) ** | Number of documents to skip | ` 0 ` |
34
34
| ** [ limit] ( #limit ) ** | Maximum number of documents returned | ` 20 ` |
35
35
| ** [ filter] ( #filter ) ** | Filter queries by an attribute's value | ` null ` |
36
- | ** [ facets] ( #facets ) ** | Display the count of matches per facet | ` null ` |
36
+ | ** [ facets] ( #facets ) ** | Display the count of matches per facet | ` null ` |
37
37
| ** [ attributesToRetrieve] ( #attributes-to-retrieve ) ** | Attributes to display in the returned documents | ` ["*"] ` |
38
38
| ** [ attributesToCrop] ( #attributes-to-crop ) ** | Attributes whose values have to be cropped | ` null ` |
39
39
| ** [ cropLength] ( #crop-length ) ** | Maximum length of cropped value in words | ` 10 ` |
@@ -58,15 +58,15 @@ Query terms enclosed in double quotes are treated as [phrase searches](#query-q)
58
58
59
59
### Response
60
60
61
- | field | Description | type |
62
- | -------------------- | ------------------------------ | :--------: |
63
- | ** hits** | Results of the query | ` array of objects ` |
64
- | ** offset** | Number of documents skipped | ` number ` |
65
- | ** limit** | Number of documents to take | ` number ` |
66
- | ** estimatedTotalHits** | Total number of matches | ` number ` |
67
- | ** facets** | ** [ Distribution of the given facets] ( #facets ) ** | ` object `
68
- | ** processingTimeMs** | Processing time of the query | ` number ` |
69
- | ** query** | Query originating the response | ` string ` |
61
+ | field | Description | type |
62
+ | ------------------------ | ----------------------------------------------- | :-------- --------: |
63
+ | ** hits** | Results of the query | ` array of objects ` |
64
+ | ** offset** | Number of documents skipped | ` number ` |
65
+ | ** limit** | Number of documents to take | ` number ` |
66
+ | ** estimatedTotalHits** | Total number of matches | ` number ` |
67
+ | ** facets** | ** [ Distribution of the given facets] ( #facets ) ** | ` object ` |
68
+ | ** processingTimeMs** | Processing time of the query | ` number ` |
69
+ | ** query** | Query originating the response | ` string ` |
70
70
71
71
### Example
72
72
@@ -144,15 +144,15 @@ Query terms enclosed in double quotes are treated as [phrase searches](#query-q)
144
144
145
145
### Response
146
146
147
- | field | Description | type |
148
- | -------------------- | ------------------------------ | :--------: |
149
- | ** hits** | Results of the query | ` array of objects ` |
150
- | ** offset** | Number of documents skipped | ` number ` |
151
- | ** limit** | Number of documents to take | ` number ` |
152
- | ** estimatedTotalHits** | Total number of matches | ` number ` |
153
- | ** facets** | ** [ Distribution of the given facets] ( #facets ) ** | ` object `
154
- | ** processingTimeMs** | Processing time of the query | ` number ` |
155
- | ** query** | Query originating the response | ` string ` |
147
+ | field | Description | type |
148
+ | ----------------------- | ----------------------------------------------- | :-------- --------: |
149
+ | ** hits** | Results of the query | ` array of objects ` |
150
+ | ** offset** | Number of documents skipped | ` number ` |
151
+ | ** limit** | Number of documents to take | ` number ` |
152
+ | ** estimatedTotalHits** | Total number of matches | ` number ` |
153
+ | ** facets** | ** [ Distribution of the given facets] ( #facets ) ** | ` object ` |
154
+ | ** processingTimeMs** | Processing time of the query | ` number ` |
155
+ | ** query** | Query originating the response | ` string ` |
156
156
157
157
### Example
158
158
0 commit comments