The filter search bar is a search bar that enables users to search through the filters in the left-hand panel in the Find user interface.
By default, this feature is present only for users with the FindBI user role. You can enable or disable the filter search bar for either user role.
To enable or disable the filter search bar
config.json in a text editor.In the enableMetaFilter section, set a user role to false to disable the filter search bar, or true to enable it. For example:
"uiCustomization": {
"options": {
"enableMetaFilter": {
"user": false,
"bi": true
},
"enableRelatedConcepts": {
"user": true,
"bi": false
}
},
|
|