From 2602674b7fa9ce17d131857f9a406346529996da Mon Sep 17 00:00:00 2001 From: David Sauve Date: Tue, 13 Oct 2009 10:58:10 -0400 Subject: [PATCH] Updated TODO with notes on upcoming refactor --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index cc6bf5a..e33b4e1 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,7 @@ Future ====== * Language stemming (needs to be implemented by Haystack first) +* Refactor SearchBackend and SearchQuery to make use of the Xapian.Query object natively instead of passing query strings between them. Complete ========