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.