From fda7d82c0361bedd2f70ea45cb0be0ce01bc13cd Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Fri, 25 Nov 2022 13:44:18 +0100 Subject: [PATCH] add links to how to guides from customizing search Signed-off-by: Emma Indal --- docs/features/search/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/features/search/getting-started.md b/docs/features/search/getting-started.md index 726d1557d0..e13401a8e3 100644 --- a/docs/features/search/getting-started.md +++ b/docs/features/search/getting-started.md @@ -279,6 +279,8 @@ an example: ``` +> For more advanced customization of the Search frontend, also see how to guides such as [How to implement your own Search API](./how-to-guides.md#how-to-implement-your-own-search-api) and [How to customize search results highlighting styling](./how-to-guides.md#how-to-customize-search-results-highlighting-styling) + ### Backend Backstage Search isn't a search engine itself, rather, it provides an interface @@ -380,3 +382,5 @@ indexBuilder.addCollator({ }), }); ``` + +> For more advanced customization of the Search backend, also see how to guides such as [How to index TechDocs documents](./how-to-guides.md#how-to-index-techdocs-documents) and [How to limit what can be searched in the Software Catalog](./how-to-guides.md#how-to-limit-what-can-be-searched-in-the-software-catalog)