Updated TODO. Was really outdated...

This commit is contained in:
David Sauve 2010-01-27 19:44:49 -05:00
parent 0dfa0875a9
commit 5dfb3e3fdd
1 changed files with 1 additions and 1 deletions

2
TODO
View File

@ -2,7 +2,6 @@ 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
========
@ -16,3 +15,4 @@ Complete
* Figure out how to deal with accents? (eg., resume vs résumé).
* `date_facets` on SearchBackend.search
* `query_facets` on SearchBackend.search
* Refactor SearchBackend and SearchQuery to make use of the Xapian.Query object natively instead of passing query strings between them.