[TYPO3-Solr] Create Filters
Werner
werner at aloah-from-hell.de
Thu Apr 21 12:00:56 CEST 2011
Hi Oliviert,
still trying to get the facetted search to work. How can i tell the T3-Ext to facett
e.g. the "type" "stock" (i want to setup search filters) which is indexed by the
extension "solr_custom_index" as an separate type "stock" in solr?
in the solr TS-Template für the solr-ext i have e.g.
/* snip */
search.faceting = 1
search.ResultsViewComponents.facetting = 1
search.faceting.facets.type
search.faceting.facets.type.label = Aktien
search.faceting.facets.type.field = type
/* snap */
How do i tell the extension here, that i want a search filter that
has a value of "stock" as "type" ? Maybe something like:
search.faceting.facets.type.value = stock
What's the trick? :-)
Thanks,
Werner
More information about the TYPO3-project-solr
mailing list