<..Spawning this as a separate thread..> So I have a filter query with multiple "fq" parameters. However, I have noticed that only the first "fq" is used for filtering. For instance, a lookup with
...&fq=ClientID:2
&fq=HotelID:234-PPP
&fq={!cache=false}StartDate:[NOW/DAY TO *]
In the above query, results are filtered only by ClientID and not by
HotelID and StartDate. The same thing happens with "q" query. Does anyone
know why?
