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

Last updated