Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Open Content Search

Hamzah Al Hariri edited this page Jan 29, 2019 · 9 revisions

Open Content Search

Version: 0.4.0

Description

Search for any content from OC.

Installation & Configuration

Install

in your dashboard go to > plugins > install plugin >

Dev:

https://plugins-dev.s3.amazonaws.com/se-infomaker-dashboard-plugin-open-content-search/{{VERSION}}

Stage:

https://plugins-stage.s3.amazonaws.com/se-infomaker-dashboard-plugin-open-content-search/{{VERSION}}

Prod:

https://plugins-prod.s3.amazonaws.com/se-infomaker-dashboard-plugin-open-content-search/{{VERSION}}

Required plugins

What's the new

  • Search for contents from OC.
  • Drag content to any Dashboard plugin like OC-List.
  • Use Open Content Search as an Application or a Widget in your Dashboard.

How to install

dashboard-xls-plugin

Drag content example

dashboard-xls-plugin

Configure

The plugin needs to be configured with LCC provider.

  • go to Plugins > Open Content Search Plugin > settings
  • add your own config inside the configEditor field

Map deferent contentTypes

{
    "Article": {
        "headline": "ArticleHeadline"
    }
}

OC Configuration

Open Content Search plugin requires that some properties are configured in OpenContent for search response.

Properties

- name: uuid
  type: TEXT
  
- name: contenttype
  type: TEXT

Example config

Clone this wiki locally