Meilisearch latest news and company updates
How to update your app to the latest Meilisearch version
Updating a Meilisearch instance deployed on a cloud platform can be intimidating. Let us guide you through the process.
Zero downtime index deployment
Suppose you have changes in your database that you need to synchronize with your Meilisearch index in production. What do you do?
How to implement instant search in your React app
Learn how to easily create a search-based web app with instant and reliable results thanks to the power of Meilisearch and React.
Are you returning the search results your users want?
Learn how you can refine the relevancy of your search results by customizing Meilisearch’s matching strategy.
How to integrate an extremely fast and relevant search into your Rails app using Meilisearch and React
Integrate Meilisearch with your Rails app database and create a search-as-you-type experience using React.
Create a search interface with Firebase and Meilisearch
This tutorial teaches how to easily create a search interface with the Meilisearch extension for Firebase. This extension enables you to run full-text searches in your Cloud Firestore documents.
Take control of Meilisearch's typo tolerance
Nobody likes a "no results found" page. Learn how to avoid returning too few or too many search results on your app.
How to integrate a relevant search into Strapi v4 using Meilisearch
A step-by-step guide to create a powerful search-based web app: from setting up Strapi back-end to connecting it with Meilisearch.
How to use Meilisearch in your multi-tenant application
In this tutorial, you'll learn how to benefit from the tenant token feature provided by Meilisearch. We will use the Meilisearch Javascript SDK to create an application that will use tenant tokens to restrict access to data based on different user names.