xapian-haystack-1.1.2BETA ========================= Tagged on January 15, 2010 by David Sauve Minor Code Changes ------------------ * Corrected an issue with multiple-term boosts incorrectly weighting terms and returning unexpected results. * Added early detection and recovery for DatabaseModifiedError. Known Issues ------------ * `SearchBackend.search` with `highlight=True` converts terms to lowercase in result content. * `SearchResults` should obey the type of data chosen in their corresponding field in the `SearchIndex` if present * * * xapian-haystack-1.1.1BETA ========================= Tagged on December 8, 2009 by David Sauve Major Code Changes ------------------ * `SearchBackend` now has two additional properties, `schema` and `content_field`, that are cached after the first access. This fixes an issue where running a `SearchQuery` with value ranges sometimes caused an exception to be raised. Known Issues ------------ * `SearchBackend.search` with `highlight=True` converts terms to lowercase in result content. * * * xapian-haystack-1.1.0BETA ========================= Tagged on December 6, 2009 by David Sauve Major Code Changes ------------------ * `SearchBackend.search` now takes a Xapian::Query instead of a query_string. * `SearchQuery.build_query` now returns a Xapian::Query * `SearchBackend` now includes an extra `parse_query` method that takes a query string and returns a Xapian::Query Known Issues ------------ * `SearchBackend.search` with `highlight=True` converts terms to lowercase in result content. * * * xapian-haystack-1.0.1BETA ========================= Tagged on September 11, 2009 by David Sauve * * * xapian-haystack-1.0.0BETA ========================= Tagged on August 11, 2009 by David Sauve * * * xapian-haystack-0.7.0ALPHA ========================== Tagged on August 2, 2009 by David Sauve * * * xapian-haystack-0.6.0ALPHA ========================== Tagged on July 31, 2009 by David Sauve * * * xapian-haystack-0.5.0ALPHA ========================== Tagged on July 27, 2009 by David Sauve * * *