Skip to main content

Catalog indexer methods for BISE

Project description

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.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]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bise.catalogueindexer-1.2.zip (23.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page