...
Facet Profile extends Profiles with extra properties
Facet Profile it is an ordered list of field definitions with options (see below) per field definitions.
It is used to configure front-end filters used in overview pages
Properties (= options per field definition)
Facets have the following options per field definition (base on /wiki/spaces/DEVELOPMENT/pages/3656679438 with newest info from database schema definition)
Option | Meaning |
---|---|
Sorting |
|
IncludeMissingValue | Include the missing value (e.g. |
IncludeActiveValues | Include values which are present as pure MUST terms in the query (e.g. |
HideWhenEmpty | Do not output the facet when there are 0 matching objects |
SelectionType | The type of selection. |
DefaultNumberOfValues | The number of results that will be returned |
Technical Reference for Developers
...
title | Database implementation details |
---|
Facet is a list of ordered field definition, which has options per field definition
table:
mediahaven_data.public.top_record_profiles_fields_links
index
column is the orderinclude_missing_value
columns and alike are the options
Facet profile is one type of many profiles (ex: “advanced search” & “generic list”, “classification”)
table: mediahaven_data.public.top_record_profiles
...