Meilisearch Overview Meilisearch is a fast, open-source search engine designed for instant, typo-tolerant search experiences. Unlike Elasticsearch, it requires zero configuration to get started — add documents, start searching. This skill covers deployment, document indexing, search queries, faceted filtering, sorting, relevancy tuning, multi-tenancy with tenant tokens, and integration with frontend (InstantSearch) and backend (Node.js, Python) applications. Instructions Step 1: Installation and Deployment Step 2: Index Documents With the Node.js SDK: Step 3: Search Queries REST API equivalen…