----------------
- When getting the adapter, if context is not the Collection, try to get real context
following various cases. This is the case when using Collection
from plone.app.contenttypes.
[gbastien]
- Do not use a SelectionWidget to render the querystring widget as it does not
exist anymore for plone.app.contenttypes Collection.
Use the MultipleSelectionWidget. This way finally we may select several
filters to build the query.
[gbastien]
- When using 'not' in queries for ZCatalog 3, 'query' level must be replaced by 'not' in query dictionary.
[sgeulette]