Septima.Search.ComposedDetailsHandler
Extends Septima.Search.DetailsHandlerDef
Samler flere detailhandlere i ét output
Options
Name | Type | Mandatory | Default value | Description |
---|---|---|---|---|
id | Object | ComposedDetailsHandler_xxx | ||
detailhandlers | Object | Array of detailhandlers | ||
buttonText | Object | "result.title" | The display title of the handler. Any string allowed, "result.title", "result.typename" have special meanings |
Examples
Usage
YAML Declaration
_type: Septima.Search.DawaSearcher
detailhandlers:
- _type: Septima.Search.ComposedDetailsHandler
_options:
id: "OmHusnummer"
more: true
buttonText: 'Om husnummeret'
detailhandlers:
- _type: Septima.Search.HusnummerInfoProvider
_options:
geosearcher:
_ref: "$.mysearchers.geosearcher"
- _type: Septima.Search.AdresserForHusnummerProvider