add-documents
Upload JSON documents to a specified Meilisearch index using the provided unique identifier and primary key for efficient search management.
Instructions
Add documents to a Meilisearch index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
documents | Yes | JSON array of documents to add | |
indexUid | Yes | Unique identifier of the index | |
primaryKey | No | Primary key for the documents |