Skip to content

Commit

Permalink
chore(docs): Update "Adding search" (gatsbyjs#37703)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch264 committed Feb 27, 2023
1 parent 66aff8c commit e58c180
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
Expand Up @@ -36,7 +36,7 @@ Another option is to use an external search engine. This solution is much more s
There are many options available, including both self-hosted and commercially hosted open source:

- [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/)
- [ElasticSearch](https://www.elastic.co/products/elasticsearch) — OSS, commercial hosting available
- [Solr](https://solr.apache.org) — OSS and has commercial hosting available
- [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/)
Expand Down

0 comments on commit e58c180

Please sign in to comment.