Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions frontend/configuration.properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down