Septima.Search.LifaLinks
Extends Septima.Search.DetailsHandlerDef
Viser links til LIFA WebOIS og tl- og ejdExplorer for for Dawa.adresse og Kortforsyningen.matrikelnumre resultater
Options
Name | Type | Mandatory | Default value | Description |
---|---|---|---|---|
more | boolean | true | ||
brugernavn | string | brugernavn som aftalt med LIFA | ||
passord | string | passord som aftalt med LIFA |
Examples
Usage
YAML Declaration:
_type: Septima.Search.DawaSearcher
_options:
kommunekode: '101'
detailhandlers:
- _type: Septima.Search.LifaLinks
_options:
brugernavn: xxx
passord: xxx
links: ["ois","tlexplorer"]
js client:
// Include septimaSearch
<script type="text/javascript" src="http://search.cdn.septima.dk/{version}/septimasearch.min.js"/>
dawaSearcher.addDetailHandlerDef(new Septima.Search.LifaLinks({brugernavn: "xxx", passord: "xxx", links: ["ois","tlexplorer","ejdexplorer"]}))
ES6:
import LifaLinkForAdresseMatrikelHandler from './searchers/detailhandlers/LifaLinks.js'
dawaSearcher.addDetailHandlerDef(new LifaLinks({brugernavn: "xxx", passord: "xxx", links: ["ois","tlexplorer","ejdexplorer"]}))