Introduction
Definition of “Facet Profile”
Facet Profile extends Profiles with extra properties
Facet Profile it is an ordered list of field definitions with options (
explainsee below) per field definitions.
It is
a category of profiles (other categories like “BASE, METADATA_TRANSATION, ADVANCE_SEARCH”It is used to configure front-end filters used in overview pages
Technical Reference
Database 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 is a category of profile
table:
mediahaven_data.public.top_record_profiles
...
Properties
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
Expand | ||
---|---|---|
| ||
Facet is a list of ordered field definition, which has options per field definition
Facet profile is one type of many profiles (ex: “advanced search” & “generic list”, “classification”)
|