Tagged on ??, 2010 by David Sauve <dsauve@trapeze.com>
Minor Code Changes
------------------
* Updated SearchBackend.update to be smarter when indexing multi-value fields and stemming. It will now only stem text fields and will properly index each field of a MultiValueField.
* MultiValueFields will no longer store data in the value column of the index.
* Fixed another occurrence of DatabaseModifiedError
* Faceted fields will now be automatically duplicated internally. This corresponds to Haystack, SHA c8f8d, http://github.com/toastdriven/django-haystack/commit/c8f8dcc2d79a9dcb67deefdc031629655b874820
* `__startswith` filter has been improved to work more effeciently.
* `SearchResults` obey the type of data chosen in their corresponding field in the `SearchIndex` if present.
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.