Hi There, Is there a way to get facet.query= to ignore the fq= param? We want to do a query like this:
select?fl=*&start=0&q=cool&fq=in_stock:true&facet=true&facet.query=in_stock:false&qt=dismax To understand the count of items not in stock, when someone has filtered items that are in stock. Or is there a way to combine two queries into one? Thanks, David