Enum SearchUiFacetType
The type of user interface used to search a field in the search query form.
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum SearchUiFacetType
Fields
Name | Description |
---|---|
CombinedTextQuery | A text field that is searched from the main text query box. |
Date | Search within a range of dates, before a date, or after a date. |
Enumerated | A list of checkboxes shown from configured values. |
IndependentTextQuery | A text field that is searched via its own text query box. |
None | No user interface. |