Hello all,
Using the standard query handler I can search for a term excluding a category and sort descending by price, e.g.:
http://localhost/solr/select/?q=book+-Category:Adults;Price+desc&start=0&rows=10&fl=*,scoreI'm scratching my head on how to do the same with the Dismax query handler, can anyone point me in the right direction.
Thanks! -- Luis Neves