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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ By default, [this endpoint returns a maximum of 1000 results](/learn/resources/k
96
96
|**[`attributesToSearchOn`](#customize-attributes-to-search-on-at-search-time)**| Array of strings |`["*"]`| Restrict search to the specified attributes |
97
97
|**[`hybrid`](#hybrid-search)**| Object |`null`| Return results based on query keywords and meaning |
98
98
|**[`vector`](#vector)**| Array of numbers |`null`| Search using a custom query vector |
99
-
|**[`retrieveVectors`](#display-_vectors-in-response)**| Boolean |`false`| Return document vector data |
99
+
|**[`retrieveVectors`](#display-_vectors-in-response)**| Boolean |`false`| Return document and query vector data |
100
100
|**[`locales`](#query-locales)**| Array of strings |`null`| Explicitly specify languages used in a query |
@@ -210,7 +210,7 @@ By default, [this endpoint returns a maximum of 1000 results](/learn/resources/k
210
210
|**[`attributesToSearchOn`](#customize-attributes-to-search-on-at-search-time)**| Array of strings |`["*"]`| Restrict search to the specified attributes |
211
211
|**[`hybrid`](#hybrid-search)**| Object |`null`| Return results based on query keywords and meaning |
212
212
|**[`vector`](#vector)**| Array of numbers |`null`| Search using a custom query vector |
213
-
|**[`retrieveVectors`](#display-_vectors-in-response)**| Boolean |`false`| Return document vector data |
213
+
|**[`retrieveVectors`](#display-_vectors-in-response)**| Boolean |`false`| Return document and query vector data |
214
214
|**[`locales`](#query-locales)**| Array of strings |`null`| Explicitly specify languages used in a query |
215
215
216
216
### Response
@@ -1224,7 +1224,7 @@ If `q` is missing and `semanticRatio` is explicitly set to `0`, Meilisearch perf
1224
1224
**Expected value**: `true` or `false`<br />
1225
1225
**Default value**: `false`
1226
1226
1227
-
Return document embedding data with search results. If `true`, Meilisearch will display vector data in each [document's `_vectors` field](/reference/api/documents#_vectors).
1227
+
Return document and query embeddings with search results. If `true`, Meilisearch will display vector data in each [document's `_vectors` field](/reference/api/documents#_vectors).
0 commit comments