From 50873903fb43e3bd18eccb3c2702d15895fc3fa4 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Sun, 6 Jun 2021 22:00:35 +0200 Subject: [PATCH] Add Lunr as example Signed-off-by: Emma Indal --- docs/features/search/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/search/concepts.md b/docs/features/search/concepts.md index 052191bc13..2af2e7e3a3 100644 --- a/docs/features/search/concepts.md +++ b/docs/features/search/concepts.md @@ -26,7 +26,7 @@ Backstage Search isn't a search engine itself, rather, it provides an interface between your Backstage instance and a Search Engine of your choice. More concretely, a `SearchEngine` is an interface whose concrete implementations facilitate communication with different search engines (like ElasticSearch, -Solr, etc). This abstraction exists in order to support your organization's +Lunr, Solr, etc). This abstraction exists in order to support your organization's needs. Out of the box, Backstage Search comes pre-packaged with an in-memory search