rsanchez / json

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

When trying to specify fields I get an error for matrix fields #1

Closed bryantAXS closed 13 years ago

bryantAXS commented 13 years ago

A PHP Error was encountered Severity: Notice Message: Undefined index: article_gallery Filename: json/pi.json.php Line Number: 134

rsanchez commented 13 years ago

What's your template code? Is article_gallery the name of your matrix field?

bryantAXS commented 13 years ago

{exp:json:entries channel="articles" fields="entry_id" orderby="date" sort="asc" search:article_type="=The Post Family"} {/if}

bryantAXS commented 13 years ago

yeah article gallery is the name of a matrix field

rsanchez commented 13 years ago

fixed this issue