我想通过自定义日期字段(外部 ID 为“日期”)获取由特定标签和订单过滤的项目
根据文档,我尝试了多种方法,例如 PodioItem::Filter() 带有一个标签数组和一个简单的字符串,但我没有得到预期的结果。
我知道我们可以按标签过滤并按特定字段 ID 排序,但我不知道该怎么做。
来自文档的解释:
tags: Filter by the tags on the item
{field_id}: The id of the field to sort by, which can be fields of type "state", "text", "location", "money", "number", "calculation", "progress", "duration", "app", "date", "contact", "category" and "question".
有谁知道该怎么做?
谢谢大家!