mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-21 13:21:54 +00:00
Updated release notes
This commit is contained in:
parent
7626ee6e38
commit
9c1292ba46
1 changed files with 15 additions and 0 deletions
15
RELEASES
15
RELEASES
|
|
@ -1,3 +1,18 @@
|
|||
xapian-haystack-1.1.1BETA
|
||||
=========================
|
||||
|
||||
Tagged on December 8, 2009 by David Sauve <dsauve@trapeze.com>
|
||||
|
||||
Major Code Changes
|
||||
------------------
|
||||
* `SearchBackend` now has two additional properties, `schema` and `content_field`, that are cached after the first access. This fixes an issue where running a `SearchQuery` with value ranges sometimes caused an exception to be raised.
|
||||
|
||||
Known Issues
|
||||
------------
|
||||
* `SearchBackend.search` with `highlight=True` converts terms to lowercase in result content.
|
||||
|
||||
* * *
|
||||
|
||||
xapian-haystack-1.1.0BETA
|
||||
=========================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue