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.
68
-
</Capsule>
70
+
</Note>
69
71
70
72
### Example
71
73
@@ -146,9 +148,11 @@ Using the query parameters `offset` and `limit`, you can browse through all your
146
148
|**`limit`**| Integer | Number of documents returned |
147
149
|**`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.
@@ -780,11 +780,13 @@ Attribute patterns may begin or end with a * wildcard to match multiple fields:
780
780
781
781
Calculating `comparison` filters is a resource-intensive operation. Disabling them may lead to better search and indexing performance. `equality` filters use fewer resources and have limited impact on performance.
782
782
783
-
<Capsuleintent="warning"title="Filterable attributes and reserved attributes">
783
+
<Warning>
784
+
#### Filterable attributes and reserved attributes
785
+
784
786
Use the simple string syntax to match reserved attributes. Reserved Meilisearch fields are always prefixed with an underscore (`_`), such as `_geo` and `_vector`.
785
787
786
788
If set as a filterable attribute, reserved attributes ignore the `features` field and automatically activate all search features. Reserved fields will not be matched by wildcard `attributePatterns` such as `_*`.
787
-
</Capsule>
789
+
</Warning>
788
790
789
791
### Get filterable attributes
790
792
@@ -2599,7 +2601,7 @@ This field is mandatory.
2599
2601
2600
2602
Choose `composite` to use one embedder during indexing time, and another embedder at search time. Must be used together with [`indexingEmbedder` and `searchEmbedder`](#indexingembedder-and-searchembedder).
0 commit comments