From afcfba5c565d86316b91dcf55ad3d246dfa51d8b Mon Sep 17 00:00:00 2001 From: David Sauve Date: Wed, 27 Oct 2010 10:28:44 -0700 Subject: [PATCH] Updated AUTHORS --- AUTHORS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index f3195b1..6a6db1a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,7 +12,7 @@ Thanks to: * The Xapian team for creating and releasing under the GPL, such a great search engine. * Supreet Sethi for suggestions regarding morphologic date comparisons and for fixing NOT query expressions. * Joshua Jonah for changes to highlighting logic to avoid reserved words. - * J00bar for a fix with `get_identifier` and fixing query_filter reference in SearchQuery. + * J00bar for a fix with `get_identifier`, fixing query_filter reference in SearchQuery, and a better clear method. * Jannis Leidel for setting up the code base for pip, easy_install and PyPI. * Erik Aigner for the initial patch to get_identifier changes. * Travis Cline for the initial patch to support SQ objects in Haystack. @@ -20,5 +20,5 @@ Thanks to: * askfor for reporting issues with narrow_queries and float fields. * Brandon Konkle for a patch that corrected the behaviour of weights on multiple term boosts. * Adam Endicott for the initial patch that corrected an oversight with stemming not always being done during a search. - * Sym Roe for a patch that improved performance in "more-like-this" + * Sym Roe for a patch that improved performance in "more-like-this" and suggestion the removal of FLAG_PARTIAL. * liranz for pointing out a potential conflict with arguments pass into `SearchResult` \ No newline at end of file