Dashboard OC-Search
Docs HomeDashboard plugins and apps
1.1.1
1.1.1
  • About
  • Changelog
  • User
    • How to
  • Admin
    • Config
      • Full config example
Powered by GitBook
On this page
  • Map deferent contentTypes
  • OC Configuration

Was this helpful?

  1. Admin

Config

Oc Search needs to be configured with Content-Agent, ICP, Writer providers and endpoints.

  • go to Plugins > OC Search > settings > Configurations.

  • add your own config inside the configEditor fields

OC Search also needs to be configured with requirements in Mappings section

  • go to Plugins > OC Search > settings > Mappings

  • select all the required actions by selecting from the dropdown for each required action.

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
PreviousHow toNextFull config example

Last updated 5 years ago

Was this helpful?