docs: docs for next release (#13907)
This commit is contained in:
@@ -273,6 +273,20 @@ This will return all products that are linked to the brand with the name `Acme`.
|
||||
|
||||
---
|
||||
|
||||
## Trigger Index Reingestion
|
||||
|
||||
<Note>
|
||||
|
||||
The Index API routes are available from [Medusa v2.11.2](https://github.com/medusajs/medusa/releases/tag/v2.11.2).
|
||||
|
||||
</Note>
|
||||
|
||||
Medusa provides API routes to view and trigger index reingestion or syncing. This is useful if you want to reingest data manually, for example, after a large data import.
|
||||
|
||||
Refer to the [Index API Reference](!api!/admin#index) for more information about the available API routes and how to use them.
|
||||
|
||||
---
|
||||
|
||||
## Apply Pagination with the Index Module
|
||||
|
||||
Similar to Query's `graph` method, the Index Module accepts a `pagination` object to paginate the results.
|
||||
|
||||
Reference in New Issue
Block a user