Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 6.11 KB

File metadata and controls

10 lines (7 loc) · 6.11 KB

FacetFilter

Fields

Field Type Required Description Example
field_name Optional[str] N/A owner
values List[models.FacetFilterValue] Within a single FacetFilter, the values are to be treated like an OR. For example, fieldName type with values [EQUALS Presentation, EQUALS Spreadsheet] means we want to show a document if it's a Presentation OR a Spreadsheet.
group_name Optional[str] Indicates the value of a facet, if any, that the given facet is grouped under. This is only used for nested facets, for example, fieldName could be owner and groupName would be Spreadsheet if showing all owners for spreadsheets as a nested facet. Spreadsheet