You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/api/search.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,7 @@ This is not necessary when using the `POST` route or one of our [SDKs](/learn/re
248
248
|**[`page`](#page)**| Integer |`1`| Request a specific page of results |
249
249
|**[`filter`](#filter)**| Array of strings |`null`| Filter queries by an attribute's value |
250
250
|**[`facets`](#facets)**| Array of strings |`null`| Display the count of matches per facet |
251
+
|**[`distinct`](#distinct-attributes-at-search-time)**| String |`null`| Restrict search to documents with unique values of the attribute defined as distinct. |
251
252
|**[`attributesToRetrieve`](#attributes-to-retrieve)**| Array of strings |`["*"]`| Attributes to display in the returned documents |
252
253
|**[`attributesToCrop`](#attributes-to-crop)**| Array of strings |`null`| Attributes whose values have to be cropped |
253
254
|**[`cropLength`](#crop-length)**| Integer |`10`| Maximum length of cropped value in words |
0 commit comments