- Add an option to rewrite the domain name in the URL of indexed documents.
1.1.2
------------------
- Fix a stupid bug when a document that is unindex get reindex inside the same transaction.
1.1.1
------------------
- Disable completely the extension when ``portal_factory`` is in the path, i.e. we have an add forms. ``portal_factory`` uses lot of hacks regarding the ZODB that are not very clean.
1.1
----------------
- Index Plone authorization in the index and provide an option to redirect the queries through Plone in order to restrict the search results to what the current user is allowed to see. Effectively Plone will modify the search query to include a restriction on the authorization.
- Improve the public search page.
- Improve the public search javascript to ignore special Lucene characters in the query and colons except if they are before an authorized term.