mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-03-16 22:20:31 +00:00
18 lines
559 B
Text
18 lines
559 B
Text
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.
|