From d815c53547b70d1a8cd27d4d7c811783dee822b3 Mon Sep 17 00:00:00 2001 From: Sean Story Date: Thu, 1 Feb 2024 11:38:17 -0600 Subject: [PATCH] Fix broken link after code reorganization --- example-apps/internal-knowledge-search/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-apps/internal-knowledge-search/README.md b/example-apps/internal-knowledge-search/README.md index 6e934e9b..22a09697 100644 --- a/example-apps/internal-knowledge-search/README.md +++ b/example-apps/internal-knowledge-search/README.md @@ -51,7 +51,7 @@ The other one maps a source index to a corresponding logo. #### Data mapping -The data mappings are located inside [config/documentsToSearchResultMappings.json](src/config/documentsToSearchResultMappings.json). +The data mappings are located inside [config/documentsToSearchResultMappings.json](app-ui/src/config/documentsToSearchResultMappings.json). Each entry maps the fields of the documents to the search result UI component for a specific index. The mapping expects `title`, `created`, `previewText`, `fullText`, and `link` as keys. Specify a field name of the document you want to map for each key.