Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 829 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 829 Bytes

furesoe-s3

A demo plugin package for Septima Search Server

An example of how to package and document external Septima Search Server types

Guide: How to create external Septima Search Server types

This package

This package installs ItemsForAddressProvider as a details provider for Dawa Adresses

Install

npm install --production https://github.com/Septima/furesoe-s3.git --save https://docs.npmjs.com/files/package.json#git-urls-as-dependencies

Usage

Include as detailshandler for a Dawa Searcher.

Example (YAML Declaration:)

  dawasearcher:
    _type: Septima.Search.DawaSearcher
    detailhandlers:
      - _type: furesoe-s3.ItemsForAddressProvider
        _options:
          header: "Demo details provider"

All options are optional. Please see the API