If query object has array, it will not be formatted query = { a:{b:[1,2]},c:1} will result in a=&c=1
If query object has array, it will not be formatted
query = { a:{b:[1,2]},c:1}
will result in a=&c=1