* Work around layout issue regarding facet counts on IE6. [witsch]
1.0b17
----------------------------------
* Don't confuse pre-configured filter queries with facet selections. [witsch]
* Always display selected facets, even, or especially, without search results. [witsch]
1.0b16
----------------------------------
* Remove `catalogSync` maintenance view since it would need to fetch additional data (for non-stored indices) from the objects themselves in order to work correctly. [witsch]
* Fix `reindex` maintenance view to preserve data that cannot be fetched from Solr during partial indexing, i.e. indices that are not stored. [witsch]
* Use wildcard searches for simple search terms to reflect Plone's default behaviour. [witsch]
* Fix drill-down for facet values containing white space. [witsch]
* Add support for partial syncing of catalog and solr indexes. [witsch]
1.0b15
----------------------------------
* Filter control characters from all input to prevent indexing errors. This refs http://plone.org/products/collective.solr/issues/1 [witsch]
1.0b14
------------------------------------
* Fix query builder to use explicit `OR`\s so that it becomes possible to change Solr's default operator to `AND`. [witsch]
* Remove relevance information from search results as they don't make sense to the user. [witsch]
1.0b13
---------------------------------
* Fix `reindex` and `catalogSync` maintenance views to not pass invalid data back to Solr when indexing an explicit list of attributes. [witsch]