What it does
Meilisearch searches and writes documents over the v1 REST API.
Setup
- Get your Meilisearch instance URL and an API key with appropriate permissions.
- In FlowFn, go to Platform Tools → Meilisearch → Connect and provide host + api_key.
Actions
- Search, Add or Update Documents, Delete Document
Notes
Writes are async — task_uid is returned for polling via /tasks/{uid}.