rsanchez / json

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

fields parameter not working #28

Closed elsmore closed 10 years ago

elsmore commented 10 years ago

Hi,

When I specify any field e.g: fields="title|url_title"

...I get no data: [{"entry_id":1127},{"entry_id":1126},{"entry_id":1125},{"entry_id":1124}...

If I don't specify fields, I get all data as expected. Have I missed something?

I'm using JSON 1.1.1 and EE v2.7.2.

rsanchez commented 10 years ago

JSON 1.1.2 fixes this. Thanks for the bug report.