Mention fuzzy search in CHANGES

This commit is contained in:
Carsten Senger 2013-07-04 18:08:25 +02:00
parent 9321ecb3ff
commit 1fd1ef817e
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ Changelog
4.0 - unreleased
------------------
- Support fuzzy search for SearchableText, currently without an admin GUI
to set the required config value.
[csenger]
- Make sure slashes are properly escaped in the search query. Solr 4.0 added
regular expression support, which means that '/' is now a special character
and must be escaped if searching for literal forward slash.