From b1c8980b1027ed13f59c99b93a2804f857bdc0b8 Mon Sep 17 00:00:00 2001 From: David Sauve Date: Wed, 27 Jan 2010 09:08:57 -0500 Subject: [PATCH] Updated RELEASE notes --- RELEASES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/RELEASES b/RELEASES index 97ff1dc..9c90ab0 100644 --- a/RELEASES +++ b/RELEASES @@ -1,3 +1,23 @@ +xapian-haystack-1.1.3BETA +========================= + +Tagged on January 27, 2010 by David Sauve + +Minor Code Changes +------------------ +* Corrected an issue where `site` was not being passed into SearchBackend. +* Corrected an issue with SearchBackend.search that raised an OverFlowError when trying to slice a SearchQueryset. + +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 +* `__startswith` filter is highly inefficient, especially with large data-sets. +* MultiValueFields should not store data in the value column of the index +* SearchQuery doesn't handle multiple exclude attributes correctly + +* * * + xapian-haystack-1.1.2BETA =========================