CockpitQL icon indicating copy to clipboard operation
CockpitQL copied to clipboard

Filter by tags

Open yarl opened this issue 6 years ago • 4 comments

I try to filter collection by tags fieldtype, but as a result I always see empty array. I tried to use code below with few other variants, but no success.

{
  collection(name:"posts", filter:{published:true, tags:"news"})
}

yarl avatar Apr 07 '18 22:04 yarl