cosmicjs/docs

Get object type category

Closed this issue · 0 comments

Hello!

I`m trying to filter the posts based in category object type with

query: {
  "metadata.categories": {
   "slug": this.$route.param.id
 }
}

But doest work, all posts are listed.

I used Multiple Objects Relationships to put categories in the post.