Skip to content

Commit dde9a7c

Browse files
update tables
1 parent f56caf9 commit dde9a7c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

reference/api/search.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This is the preferred route to perform search when an API key is required, as it
3333
| **[offset](#offset)** | Number of documents to skip | `0` |
3434
| **[limit](#limit)** | Maximum number of documents returned | `20` |
3535
| **[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` |
3737
| **[attributesToRetrieve](#attributes-to-retrieve)** | Attributes to display in the returned documents | `["*"]` |
3838
| **[attributesToCrop](#attributes-to-crop)** | Attributes whose values have to be cropped | `null` |
3939
| **[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)
5858

5959
### Response
6060

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` |
7070

7171
### Example
7272

@@ -144,15 +144,15 @@ Query terms enclosed in double quotes are treated as [phrase searches](#query-q)
144144

145145
### Response
146146

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` |
156156

157157
### Example
158158

0 commit comments

Comments
 (0)