Intuitive search bar for any data in Appwrite Databases.
HTML form for interacting with the function.
Triggers indexing of the Appwrite database collection to Algolia.
No parameters required.
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 |
The 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 | 64a55...7b912 |
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 application ID for your Algolia service.
Question | Answer |
---|---|
Required | Yes |
Sample Value | EG6...VJJ |
The admin API Key for your Algolia service.
Question | Answer |
---|---|
Required | Yes |
Sample Value | fd0aa...136a8 |
Documentation | Algolia: API Keys |
The ID of the index in Algolia where the documents are to be synced.
Question | Answer |
---|---|
Required | Yes |
Sample Value | appwrite_index |
The search API Key for your Algolia service. This key is used for searching the synced index.
Question | Answer |
---|---|
Required | Yes |
Sample Value | bf2f5...df733 |
Documentation | Algolia: API Keys |