Skip to content

Commit

Permalink
chore(docs): Fix Meilisearch spelling (#35275)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmourier committed Mar 31, 2022
1 parent 6e4b3b5 commit e24ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-to/adding-common-features/adding-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e24ec76

Please sign in to comment.