------------------------
* Completely rewritten library (from scratch, really)
* New master classes for queries - :class:`Search` and :class:`Snippet`
* New :meth:`ask()` method for query processing
* :class:`Q` object was renamed to :class:`OR` object, more meaningful name
* Explicit config class with ``DEBUG``, ``WITH_META``, ``WITH_STATUS`` and ``SEARCHD_CONNECTION`` attributes
* ``oursql`` and ``MySQLdb`` are both supported (``MySQLdb`` is the fallback)
* ``UPDATE`` syntax (for disk indexes only) is implemented
* ``OPTION`` clause is implemented
* Implicit arguments types corrections, if possible
* :class:``RawAttr`` object if you need more flexible queries
* Much more tests