From e24ec76a9e564001b7669c96eae1b78a8f348cce Mon Sep 17 00:00:00 2001 From: Guillaume Mourier Date: Thu, 31 Mar 2022 16:53:31 +0200 Subject: [PATCH] chore(docs): Fix Meilisearch spelling (#35275) --- docs/docs/how-to/adding-common-features/adding-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-to/adding-common-features/adding-search.md b/docs/docs/how-to/adding-common-features/adding-search.md index 59f2ee9ea137f..6a3c7e47f3aad 100644 --- a/docs/docs/how-to/adding-common-features/adding-search.md +++ b/docs/docs/how-to/adding-common-features/adding-search.md @@ -38,7 +38,7 @@ There are many options available, including both self-hosted and commercially ho - [Algolia](https://www.algolia.com/) — SaaS, [has Gatsby plugin](/plugins/gatsby-plugin-algolia/) - [ElasticSearch](https://www.elastic.co/products/elasticsearch) — OSS, commercial hosting available, [has Gatsby plugin](/plugins/@logilab/gatsby-plugin-elasticsearch/) - [Solr](https://solr.apache.org) — OSS and has commercial hosting available -- [MeiliSearch](https://www.meilisearch.com/) - OSS, [has Gatsby plugin](/plugins/gatsby-plugin-meilisearch/) +- [Meilisearch](https://www.meilisearch.com/) - OSS, [has Gatsby plugin](/plugins/gatsby-plugin-meilisearch/) - [Typesense](https://typesense.org/) - OSS, [has hosted version](https://cloud.typesense.org), [has Gatsby plugin](/plugins/gatsby-plugin-typesense/) Of these, the most common solution is Algolia. The Gatsby docs include a guide to adding Algolia to your site: