Hi everyone,
I’m using Omeka Classic with the Freedom theme for my site. On the Browse Items page, I noticed that the available export formats (CSV, JSON, etc.) provide different levels of detail in the output. For example:
- The CSV format includes extensive metadata, such as all the Dublin Core fields and custom metadata fields.
- The JSON format, however, seems to only include high-level attributes like
item_type_id
,collection_id
,featured
, andpublic
.
I would like to understand:
- Why does the JSON format omit the detailed metadata available in the CSV output?
- Is there a way to customize the JSON output on the Browse Items page to include the same level of detail as the CSV?
- Are there specific considerations or adjustments I need to make due to my use of the Freedom theme?
Any guidance on how to align the JSON output with the CSV (or extend it) would be greatly appreciated!
Thank you!