n8n-nodes-meilisearch-tool
v0.3.2
Published
n8n community node for Meilisearch. Provides access to all Meilisearch API endpoints in n8n workflows.
Downloads
46
Maintainers
Readme
n8n-nodes-meilisearch
This is an n8n community node for integrating with Meilisearch. It allows you to perform fast, full-text search queries and manage documents in your Meilisearch instance from your n8n workflows.
Meilisearch is an open-source, lightning-fast, and hyper-relevant search engine that fits effortlessly into your apps, websites, and workflow automations.
n8n is a fair-code licensed workflow automation platform.
Prerequisites
- A running Meilisearch instance with API access
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-meilisearch-apiOperations
Search
The node supports performing full-text search queries with the following features:
- Index UID: Specify the Meilisearch index to search
- Query: Enter your search terms
- Limit: Set the maximum number of results to return
- Return Single Response: Optionally return only the first result for agent/AI use
Credentials
To use this node, you need to configure credentials for your Meilisearch instance:
- Base URL: The URL of your Meilisearch instance (e.g.,
http://localhost:7700) - API Key: Your Meilisearch API key (if required by your instance)
Example Usage
- Add the Meilisearch node to your workflow
- Configure your Meilisearch credentials
- Set up your search parameters:
{ "indexUid": "books", "query": "AI agent", "limit": 10 }
Compatibility
- Requires Node.js version 20.15 or later
Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Support
- Create an issue
- Review the n8n community nodes documentation
Author
Elijah Butler
