- Fix ``QueryBuilder`` with empty queries to return a Batch when requested. [thet]
- Disable "Subject" ("Tags") as sortable index. Keyword Indexes are not sortable. [jensens]
1.4.2
------------------
Bug fixes:
- Fix a case, where index modifiers with queries containing ``largerThanRelativeDate`` or ``lessThanRelativeDate`` date operators failed with an ``TypeError``. [thet]
- Import DateTimeError from DateTime.interfaces, class attribute DateTime.DateTimeError was removed in DateTime 3.0 [vincentfretin]
1.4.1
------------------
Bug fixes:
- Add coding header on python files. [gforcada]
1.4
----------------
New features:
- Refactor addition of criteria to stick inside ``INavigationRoot`` in querybuilder. Added a simple ``IQueryModifier`` interfaces expecting a query and returning a query. Iterates over all sorted utilities providing such an interfaces and calls it right before the query is parsed. Code to add the ``INavigationRoot`` stickiness was moved to such a query modifier. [jensens]