Hello , I'm not sure if I understand how to specify multiple fq in CommonQueryParameters, which is described in this page http://wiki.apache.org/solr/CommonQueryParameters
It says: ----------- cut --------- fq=+popularity:[10 TO *] +section:0 is equivalent to fq=popularity:[10 TO *]&fq=section:0 ----------- cut --------- But is the first line a valid URL with the space before the +? The problem with the second line is that fq shows up multiple times. In the web framework I am using, URL arguments are parsed and converted into a dictionary and only the last value is used. -- Best regards, Jack