[TYPO3-Solr] Non ASCII characters/ facets
Olivier Dobberkau
olivier.dobberkau at dkd.de
Mon Oct 11 19:28:59 CEST 2010
Am 11.10.10 16:05, schrieb Marc Berlinghof:
> The first one is about non ASCII characters. The Server is set to UTF-8 (at least the admin/get-properties.jsp says sun.jnu.encoding = UTF-8) but German Umlauts aren't handled correctly. Example: search for "Küste" returns 0 results, search for "Kuste" returns 1 result ("Küste"). How can I fix this?
>
> The second one is about facets. How can I turn them on? I copied the example into my setup but nothing happens (I have different content types).
>
> plugin.tx_solr.search.faceting.facets {
> type {
> field = type
> label = Content Type
> sortBy = index
> keepAllOptionsOnSelection = 1
> operator = OR
> }
> }
Hi Marc,
are you sure that your container is set to utf8?
http://forge.typo3.org/projects/extension-solr/wiki/Administration_FAQ
Olivier
More information about the TYPO3-project-solr
mailing list