Syncs documents in an Appwrite database collection to a Meilisearch index.
Returns HTML page where search can be performed to test the indexing.
Triggers indexing of the Appwrite database collection to Meilisearch.
Response
Sample 204
Response: No content.
Setting | Value |
---|---|
Runtime | Node (18.0) |
Entrypoint | src/main.js |
Build Commands | npm install |
Permissions | any |
Timeout (Seconds) | 15 |
API Key to talk to Appwrite backend APIs.
Question | Answer |
---|---|
Required | Yes |
Sample Value | d1efb...aec35 |
Documentation | Appwrite: Getting Started for Server |
The ID of the Appwrite database that contains the collection to sync.
Question | Answer |
---|---|
Required | Yes |
Sample Value | 612a3...5b6c9 |
Documentation | Appwrite: Databases |
The ID of the collection in the Appwrite database to sync.
Question | Answer |
---|---|
Required | Yes |
Sample Value | 7c3e8...2a9f1 |
Documentation | Appwrite: Collections |
The URL endpoint of the Appwrite server. If not provided, it defaults to the Appwrite Cloud server: https://cloud.appwrite.io/v1
.
Question | Answer |
---|---|
Required | No |
Sample Value | https://cloud.appwrite.io/v1 |
The host URL of the Meilisearch server.
Question | Answer |
---|---|
Required | Yes |
Sample Value | http://127.0.0.1:7700 |
The admin API key for Meilisearch.
Question | Answer |
---|---|
Required | Yes |
Sample Value | masterKey1234 |
Documentation | Meilisearch: API Keys |
Name of the Meilisearch index to which the documents will be synchronized.
Question | Answer |
---|---|
Required | Yes |
Sample Value | my_index |
API Key for Meilisearch search operations.
Question | Answer |
---|---|
Required | Yes |
Sample Value | searchKey1234 |
Documentation | Meilisearch: API Keys |