Does a 0 limit still mean no limit? I have a query that returns
results if the limit is not 0.
{
"query" : [
{
"/type/reflect/any_value" : [
{
"type" : "/type/datetime",
"value" : "1942-03-29"
}
],
"id" : null,
"limit" : 0,
"name" : null,
"type" : []
}
]
}