I ended up splitting the tags into an array, then using the following to filter: filter: { fields: { tags: { in: [$tag] } } }
確定! 回上一頁