----
* New filters and operators supported on :class:`eulexistdb.query.QuerySet`:
* ``exists`` - filter on the presence of absence of a node
* comparison operators ``gt``, ``gte``, ``lt``, ``lte``
* Support for excluding documents using all existing filters
with new method :meth:`eulexistdb.query.QuerySet.exclude`.