Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 588 Bytes

DICTIONARY.md

File metadata and controls

13 lines (7 loc) · 588 Bytes

RDT Search UI Dictionary

FacetFilters

Map of user selected facet values. The key is the ID of the facet, the value is a FacetFilterObject. The FilterObject has a value of it's own and differs per facet. A ListFacet has a Set, a PieChart has a string.

Query

Full text query. Equivalent to ES query_string. See Query

SearchFilters

Combination of FacetFilters and the full text Query. See SearchFilters