【发布时间】:2019-01-03 15:38:08
【问题描述】:
在 Contentful 中,我的内容类型为“post”。帖子可以有多个类别(另一种内容类型)。现在我正在尝试查询帖子但按类别过滤它们。我的查询看起来像这样:
https://cdn.contentful.com/spaces/$space/entries?access_token=$token&include=3&fields.categories.fields.slug=features&limit=3&skip=0&content_type=post
返回的错误:
You are trying to search on a reference to an unsupported type. You can only search on references to single entries
所以基本上我只能引用 1 个类别,但我不仅在这个用例中需要很多,而且在更多方面。知道如何实现这一目标吗?
【问题讨论】:
标签: contentful