Log in or register to vote.

collective.allowsearch

Provides an interface and a default adapter to allow users to search the catalog independent of the View permission.

collective.allowsearch Package Readme
=====================================

Overview
--------

Provides an interface and a default adapter to allow users to search the
catalog independent of the View permission.

Installation
------------

Add this package to your buildout or policy package, or add a ZCML slug
for it to your etc/site.zcml.

Usage
-----

Simply mark any content which you want to be visible in searches for anonymous
users with the IAllowAnonymousSearchMarker interface.

This can be done programmatically or using ZCML like::

xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five"
i18n_domain="collective.allowsearch">