Release notes - notanumber/xapian-haystack GitHub Wiki

This page documents the main changes delivered on the different releases of Xapian-Haystack.

2.0 (planned, on development)

New features

  • Support for Haystack 2.X queries: queries from Haystack 2.X now work as expected; see #98

  • Support for Haystack 2.X AutoQuery: AutoQuery is now parsed to Xapian query and correctly used; see #101

  • Support for facets on the Xapian side: Non-ranged facets are now computed directly in Xapian; see #56.

  • Support for Python 3: Xapian-Haystack now supports both Python2.7.3+ and Python3.2+; see #128.

Deprecations

  • Deprecate datetime.microseconds indexation; details in #126

Haystack support

Xapian-Haystack no longer supports Haystack 1.X.