Getting started with Meilisearch cloud
Getting started with Meilisearch Cloud This guide will walk you through setting up your Meilisearch Cloud account. From creating your account to performing your first search, we'll cover each step to ensure a smooth onboarding experience. In addition, you can explore the list of all popular web development languages and frameworks supported by Meilisearch in this guide and how to seamlessly integrate them into your applicaSome readersImporting a dump on Meilisearch Cloud
What is a dump? A dump in Meilisearch is a compressed file that includes all your indexes, documents, and settings in an unprocessed, raw format. It's not a direct replica of your database but rather serves as a blueprint for recreating an identical dataset. Dumps are useful for two main purposes: they allow you to recover your database after updating Meilisearch, and they enable you to duplicate your database across different Meilisearch instances, regardless of version differences. Read moFew readersHow to setup Meilisearch with JavaScript
Installation We recommend installing meilisearch-js in your project with your package manager of choice. meilisearch-js officially supports node versions >= 14 and <= 18. Instead of using a package manager, you may also import the library directly into your HTML via a CDN. Run Meilisearch To use one of our SDKs, you must first have a running Meilisearch instance. Consult our documentation for instructions on how to downFew readersHow do I manage index settings in the Meilisearch cloud dashboard.
Managing Index Settings in Meilisearch Cloud In Meilisearch Cloud, you can manage your index settings directly within the dashboard. These settings echo the index settings you would typically define directly through the API or our integrations. To configure your index settings: Navigate to the "Index list" section of the dashboard, where you will find a list of your existing indices. Identify the index you want to manage the settings and click on the “index settings” button to accessFew readers