==================
bda.resultduplexer
==================
Overview
========
bda.resultduplexer provides duplexing of search results in plone. The original
intention were the needs to modify the url for proxied contents
(see bda.contentproxy package). This is also the behaviour of the default
duplexer. It looks if the user is authenticated, and if so, leave the object url
as is, otherwise modify the url pointing to the content proxy view of the
object.
To implement your own duplexing logic, you have to provide an IResultDuplexer
implementing object. See bda.resultduplexer.interfaces for the API documentation
and bda.resultduplexer.duplexer how such an implementation can look like ...