You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by tdog <to...@makingwaves.no> on 2012/12/18 10:54:44 UTC

Multi-select with facet.query

Hello

I am making a multi-select facet. For size options it's working fine by
using tag/exclude like this;
..&fq={!tag=dt}size:medium&facet.field{!ex=dt}size
It will return facet counts for all sizes, but filter results on medium
size.

Doing it the same way with the price range facet queries doesn't seem to
work. It will just return the facet count for the selected interval, as it
would without the tag/ex options;
..&fq={!tag=dt}(price:[5 TO 10])&facet.query={!ex=dt}(price:[5 TO 10])

How can I do this?

Thanks



--
View this message in context: http://lucene.472066.n3.nabble.com/Multi-select-with-facet-query-tp4027710.html
Sent from the Solr - User mailing list archive at Nabble.com.