The AppliedFiltersResult type exposes the following members.

Properties

  NameDescription
ActiveSearchKeys
Gets a collection of SearchKeys that describe the properties, dimensions, or search interfaces that were searched against in the navigation query.
DimensionValues
Returns the collection of DimensionValue that have been selected by the user and are currently restricting the records returned by the navigation query.

The paths from dimension root to the dimension values in this collection are sometimes referred to as breadcrumbs, and are often rendered in a path-like fashion by an application.

EqlExpression
Gets the Endeca Query Language (EQL) expression that was applied to the navigation query.
RangeFilters
Gets the collection of RangeFilters that were applied to the navigation query.
RecordFilter
Gets the record filter that was applied to the navigation query.
SearchReports
Gets a collection of SearchReports that provide additional meta-information describing the results of text searches.

See Also