Skip to content

Commit 255e438

Browse files
calcsamtyhopp
andauthored
chore(docs): Add search details (#34895)
* Update adding-search.md * Make links relative Co-authored-by: Ty Hopp <[email protected]>
1 parent b685687 commit 255e438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/how-to/adding-common-features/adding-search.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Another option is to use an external search engine. This solution is much more s
3535

3636
There are many options available, including both self-hosted and commercially hosted open source:
3737

38-
- [ElasticSearch](https://www.elastic.co/products/elasticsearch) — OSS and has commercial hosting available
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/)
3940
- [Solr](https://solr.apache.org) — OSS and has commercial hosting available
40-
- [Algolia](https://www.algolia.com/) — Commercial
41-
- [MeiliSearch](https://www.meilisearch.com/) - OSS
41+
- [MeiliSearch](https://www.meilisearch.com/) - OSS, [has Gatsby plugin](/plugins/gatsby-plugin-meilisearch/)
4242

4343
Of these, the most common solution is Algolia. The Gatsby docs include a guide to adding Algolia to your site:
4444

@@ -48,4 +48,4 @@ When using Algolia, they host the search index and search engine for you. Your s
4848

4949
If you're building a documentation website you can use [Algolia's DocSearch feature](https://community.algolia.com/docsearch/). It will automatically create a search index from the content of your pages.
5050

51-
Elasticsearch also has several React component libraries for search, such as [ReactiveSearch](https://github.com/appbaseio/reactivesearch)
51+
Elasticsearch also has several React component libraries for search, such as [ReactiveSearch](https://github.com/appbaseio/reactivesearch).

0 commit comments

Comments
 (0)