What steps will reproduce the problem?
1. Create an array of queries
2. Combine them
for (var i = 0; i < queryFields.Count; i++)
{
query += queryFields[i];
}
What is the expected output? What do you see instead?
You get a properly generated SolrMultipleCriteriaQuery.
You only get the last 2. (array size of 2?)
Other info:
I actually correctly used SolrMultipleCriteriaQuery now, since I didn't see
that. Just thought it was a bug anyway.
Original issue reported on code.google.com by Sar...@gmail.com on 20 Jan 2012 at 2:46
Original issue reported on code.google.com by
Sar...@gmail.com
on 20 Jan 2012 at 2:46