Metadata

Distro Index Owner:
eea
Home Page:
bise.catalogueindexer
License
GPL
Version:
1.5
Last updated:
2016-08-18
Keywords:

bise.catalogueindexer

Files

Indexes

Catalog indexer methods for BISE

Introduction

Event handlers to index BISE site content in BISE Catalogue.

Install

Go to the Plone Control Panel, install this add-on, and a new control panel entry will be created, where the info for the webservice should be entered: the API endpoint and the site id value.

Contact the Catalogue adminsitrator to get this information.

How this works

This package provides 3 event listeners for basic plone content-types (based on plone.app.contenttypes). These event listeners adapt the context object to Catalogue resource types (Article, Document or Link), get the relevant information and then index in the catalogue.

This package provides basic adapters for plone.app.contenttypes provided content-types, if you need more specific adapters for your content-types, just create an adapter for it.

You can inherit the base adapter which provides basic web-service connection methods. Then just implement the method get_values_to_index method, returning a dict with the parameters which will be passed to the webservice. The basic adapter is at bise.catalogueindexer.adapters.basic.BaseObjectCataloguer

Changelog

1.5 - (2016-08-18)

  • Bug fix: don't index Files with no file [tiberich #75155]

1.4 - (2016-07-29)

  • Also send the author field to Catalogue api endpoint, it is required. [tiberich]

1.3.1 - (2014-06-19)

System Message: WARNING/2 (<string>, line 47)

Title underline too short.

1.3.1 - (2014-06-19)
-------------------
  • Check if fields exists [erral]

1.3 - (2014-06-19)

  • Catalog also actions and targets [erral, msantamaria]
  • Fix deletion of images. Refs #19815 [erral]

1.2 - (2014-05-13)

  • Do not catalogue the content author. Refs #19412 [erral]

1.1 - (2013-12-17)

  • Fix creator handling for content created by users who do not exist in current instance's user folder [erral]

1.0 - (2013-12-16)

  • Initial release [erral]