mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-03-16 22:20:31 +00:00
66 lines
No EOL
1.6 KiB
Text
66 lines
No EOL
1.6 KiB
Text
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
|
|
=========================
|
|
|
|
Tagged on December 6, 2009 by David Sauve <dsauve@trapeze.com>
|
|
|
|
Major Code Changes
|
|
------------------
|
|
* `SearchBackend.search` now takes a Xapian::Query instead of a query_string.
|
|
* `SearchQuery.build_query` now returns a Xapian::Query
|
|
* `SearchBackend` now includes an extra `parse_query` method that takes a query string and returns a Xapian::Query
|
|
|
|
Known Issues
|
|
------------
|
|
* `SearchBackend.search` with `highlight=True` converts terms to lowercase in result content.
|
|
|
|
* * *
|
|
|
|
xapian-haystack-1.0.1BETA
|
|
=========================
|
|
|
|
Tagged on September 11, 2009 by David Sauve <dsauve@trapeze.com>
|
|
|
|
* * *
|
|
|
|
xapian-haystack-1.0.0BETA
|
|
=========================
|
|
|
|
Tagged on August 11, 2009 by David Sauve <dsauve@trapeze.com>
|
|
|
|
* * *
|
|
|
|
xapian-haystack-0.7.0ALPHA
|
|
==========================
|
|
|
|
Tagged on August 2, 2009 by David Sauve <dsauve@trapeze.com>
|
|
|
|
* * *
|
|
|
|
xapian-haystack-0.6.0ALPHA
|
|
==========================
|
|
|
|
Tagged on July 31, 2009 by David Sauve <dsauve@trapeze.com>
|
|
|
|
* * *
|
|
|
|
xapian-haystack-0.5.0ALPHA
|
|
==========================
|
|
|
|
Tagged on July 27, 2009 by David Sauve <dsauve@trapeze.com>
|
|
|
|
* * * |