: > /select?q=your+main+query&fq=id:(1+2+3+40+51+56) : ok, that's good to know.. I'll figure out how to force the API to get that, : at the moment accept RANGE and OR as filter query..but I'm not sure how it : process them.. : I'll check the methods .. (and maybe the OR is converted to + like you : said...)
"OR" is what you want if that's part of the API ... the "+" in my example are the URL escaped space characters. -Hoss