We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66aff8c commit e58c180Copy full SHA for e58c180
docs/docs/how-to/adding-common-features/adding-search.md
@@ -36,7 +36,7 @@ Another option is to use an external search engine. This solution is much more s
36
There are many options available, including both self-hosted and commercially hosted open source:
37
38
- [Algolia](https://www.algolia.com/) — SaaS, [has Gatsby plugin](/plugins/gatsby-plugin-algolia/)
39
-- [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
40
- [Solr](https://solr.apache.org) — OSS and has commercial hosting available
41
- [Meilisearch](https://www.meilisearch.com/) - OSS, [has Gatsby plugin](/plugins/gatsby-plugin-meilisearch/)
42
- [Typesense](https://typesense.org/) - OSS, [has hosted version](https://cloud.typesense.org), [has Gatsby plugin](/plugins/gatsby-plugin-typesense/)
0 commit comments