Page 1 of 1

adding more Solr facetValue`s in the Active facets

Posted: Wed Oct 10, 2012 4:20 pm
by limebot
In the facetFilter.html you have <li th:each="facetValue : ${facetDto.facetValues}" <- this print out the Active FacetFilter for Solr.
I was looking for assistance on how I could extend this to allow more filters on the data-set and I seem to be stuck. Do you have any documentation out there that shows this with more clarity.

Thanks for the Assistance

Re: adding more Solr facetValue`s in the Active facets

Posted: Fri Oct 12, 2012 9:57 am
by aazzolini
Could you please elaborate?

The values that are set are what Solr returns as a result of your query. Adding alternative values seems odd to me, as clicking on any of them would return 0 results (otherwise Solr would have already come back with that value for you).

Are you trying to add a new facet altogether?