mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-12 17:23:10 +00:00
Removed TODO
This commit is contained in:
parent
5754a32106
commit
da66673433
1 changed files with 0 additions and 18 deletions
18
TODO
18
TODO
|
|
@ -1,18 +0,0 @@
|
|||
Future
|
||||
======
|
||||
|
||||
* Language stemming (needs to be implemented by Haystack first)
|
||||
|
||||
Complete
|
||||
========
|
||||
|
||||
* Spelling correction
|
||||
* `narrow_queries` on SearchBackend.search
|
||||
* Search ordering by field
|
||||
* Multi field sorting
|
||||
* `highlight` on SearchBackend.search
|
||||
* SearchQuerySet.boost()
|
||||
* 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