mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-03-17 06:30:23 +00:00
Updated TODO. Was really outdated...
This commit is contained in:
parent
0dfa0875a9
commit
5dfb3e3fdd
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue