xapian-haystack/TODO

19 lines
559 B
Plaintext
Raw Normal View History

2009-06-19 13:26:25 +00:00
Future
======
* Language stemming (needs to be implemented by Haystack first)
2009-06-22 12:26:25 +00:00
Complete
========
2009-07-03 15:21:07 +00:00
* Spelling correction
* `narrow_queries` on SearchBackend.search
2009-07-09 18:04:49 +00:00
* Search ordering by field
2009-07-09 20:36:37 +00:00
* Multi field sorting
2009-07-27 19:21:03 +00:00
* `highlight` on SearchBackend.search
2009-08-07 20:00:48 +00:00
* SearchQuerySet.boost()
* Figure out how to deal with accents? (eg., resume vs résumé).
2009-08-10 20:39:05 +00:00
* `date_facets` on SearchBackend.search
2009-08-11 13:28:37 +00:00
* `query_facets` on SearchBackend.search
2010-01-28 00:44:49 +00:00
* Refactor SearchBackend and SearchQuery to make use of the Xapian.Query object natively instead of passing query strings between them.