Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.84 KB

search-filter.component.md

File metadata and controls

45 lines (35 loc) · 1.84 KB
Title Added Status Last reviewed
Search Filter component
v2.3.0
Active
2019-03-20

Represents a main container component for custom search and faceted search settings.

Basic usage

<adf-search-filter #settings [showContextFacets]=true></adf-search-filter>

Properties

Name Type Default value Description
showContextFacets boolean true Toggles whether to show or not the context facet filters

Details

The component UI uses dynamically created expansion card widgets to specify the search query and its options. It then uses the Search Query Builder service to build and execute the query.

See also