rsanchez / json

Output ExpressionEngine data in JSON format.
http://devot-ee.com/add-ons/json/
100 stars 236 forks source link

Output limited to 100 channel entries? #55

Open jstevens79 opened 8 years ago

jstevens79 commented 8 years ago

Is there a way to overwrite this? I know that you can set limit="5000" or any number other the the 100 default limit in a standard entries query, but it doesn't work with this plugin.

rsanchez commented 8 years ago

I can't reproduce this one. I am able to set limit="500" and retrieve 500 entries. Yes, the default limit, if you don't specify one, is 100. But as far as I can tell, the limit parameter does work.