【发布时间】:2016-10-12 15:36:21
【问题描述】:
我有一个内容类型DonationType,它引用了一个Charity,我想执行一个查询,该查询返回具有给定慈善机构的DonationTypes。 API 支持吗?以下尝试无效:
contentful.getEntries({content_type: 'donationType', 'fields.charity': '6eAaZw2TraOgWWE4IG8Ymy'})
contentful.getEntries({content_type: 'donationType', 'fields.charity.id': '6eAaZw2TraOgWWE4IG8Ymy'})
【问题讨论】:
标签: contentful