diff --git a/frontend/configuration.properties.js b/frontend/configuration.properties.js index dfc8e9a..c4e9ce7 100755 --- a/frontend/configuration.properties.js +++ b/frontend/configuration.properties.js @@ -259,6 +259,13 @@ // The label for the export button exportButtonLabel: 'Export', }, + + // Enable autocomplete suggestions when users go to add tags + // Set to empty string to disable autocomplete for 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.