[Developers] limit 0

Jack Alves jack.alves at gmail.com
Sun Mar 30 02:01:03 UTC 2008


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" : []
    }
  ]
}


More information about the Developers mailing list