Customizing DatafariUI - SearchInformation banner
Valid from Datafari 5.1 (UI 1.0.0-beta-0.6.0)
Checked for UIv2 1.0
Displays some information about the current search, such as:
currently searched terms
spell checking information if available as well as automatic spell checking query firing if 0 results were found
filters applied
facet filters applied
It looks like this:
The definition looks like (Complete configuration file):
{
"type": "SearchInformation",
"data": ["filters", "facets"]
}
Parameters:
data: An array of data to be displayed. Possible values:
“filters”: displays the “other filters” section if present
“facets”: displays the facets in the filters section if present
The current search and spellcheck info are always displayed if this component is used.
Deeper customization is available in this documentation: https://datafari.atlassian.net/wiki/x/DoDGn
, multiple selections available,