From af6d76c295e9244bc81a2080891bb8025c26e9e5 Mon Sep 17 00:00:00 2001 From: bogan27 Date: Mon, 1 Apr 2019 14:39:40 -0400 Subject: [PATCH 1/3] Add autocomplete uri config option to configuration.properties file --- frontend/configuration.properties.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/configuration.properties.js b/frontend/configuration.properties.js index dfc8e9a..781227c 100755 --- a/frontend/configuration.properties.js +++ b/frontend/configuration.properties.js @@ -259,6 +259,12 @@ // The label for the export button exportButtonLabel: 'Export', }, + + // Enable autocomplete suggestions when users go to add tags + SearchResultTags: { + autoCompleteUri: '/rest/autocompleteApi/richCgi/dictionaryProvider', + }, + // These properties configure the default values for properties of any Searcher components, // which are used by their child components to perform the searches of the index. @@ -448,4 +454,4 @@ // only show links to documents that come from tables other than the one the main document is in. includeAllTables: false, }, -} +} \ No newline at end of file From 5e3af9c26483451ced24da2a2cd2579d4c13f3ae Mon Sep 17 00:00:00 2001 From: bogan27 Date: Mon, 1 Apr 2019 14:41:28 -0400 Subject: [PATCH 2/3] Update configuration.properties.js --- frontend/configuration.properties.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/configuration.properties.js b/frontend/configuration.properties.js index 781227c..b146ca7 100755 --- a/frontend/configuration.properties.js +++ b/frontend/configuration.properties.js @@ -261,6 +261,7 @@ }, // Enable autocomplete suggestions when users go to add tags + // Set to empty string to disable autocomplete for tags SearchResultTags: { autoCompleteUri: '/rest/autocompleteApi/richCgi/dictionaryProvider', }, From e3602a00473d1b9381ef77892e10e47618a0b5d6 Mon Sep 17 00:00:00 2001 From: brandon-bogan Date: Tue, 15 Oct 2019 13:12:01 -0400 Subject: [PATCH 3/3] Addressing Lint issue for new line at EOF Co-Authored-By: Kris King --- frontend/configuration.properties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/configuration.properties.js b/frontend/configuration.properties.js index b146ca7..c4e9ce7 100755 --- a/frontend/configuration.properties.js +++ b/frontend/configuration.properties.js @@ -455,4 +455,4 @@ // only show links to documents that come from tables other than the one the main document is in. includeAllTables: false, }, -} \ No newline at end of file +}