rsanchez / json

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

Show only entry_id for related entry (Playa) within Matrix field #31

Closed elsmore closed 10 years ago

elsmore commented 10 years ago

Hi,

I have 3 columns in a Matrix field, one of which is a Playa field. Is it possible to show only the entry_id's for the related entries (and choose whether I see data from the other two Matrix columns)?

Thanks in advance

rsanchez commented 10 years ago

The plugin only retrieves the raw data from exp_matrix_data table. The Playa data is stored in a separate table, so you don't receive that data.

This is already standing feature request. Assigning this issue to that milestone. Please be aware there is no ETA on that milestone at all, I can't say if/when that ever gets completed.

As for only showing some columns, I don't have any plans to add the ability to choose which cols to show.