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
`/indexes/{index_uid}/documents/fetch` and `/indexes/{index_uid}/documents` responses do not return documents following the order of their primary keys.
56
+
</Capsule>
57
+
53
58
### Example
54
59
55
60
<CodeSamplesid="get_documents_post_1" />
@@ -118,6 +123,7 @@ Using the query parameters `offset` and `limit`, you can browse through all your
118
123
|**`fields`**|`*`| Document attributes to show (case-sensitive, comma-separated) |
119
124
|**`filter`**| N/A | Refine results based on attributes in the `filterableAttributes` list |
120
125
|**`retrieveVectors`**|`false`| Return document vector data with search result |
126
+
|**`ids`**|`null`| Return documents based on their primary keys |
121
127
122
128
### Response
123
129
@@ -128,6 +134,10 @@ Using the query parameters `offset` and `limit`, you can browse through all your
128
134
|**`limit`**| Integer | Number of documents returned |
129
135
|**`total`**| Integer | Total number of documents in the index |
`/indexes/{index_uid}/documents/fetch` and `/indexes/{index_uid}/documents` responses do not return documents following the order of their primary keys.
0 commit comments