Skip to content
Discussion options

You must be logged in to vote

Yes, this is possible! Right now, it's only possible in the REST API and Local APIs due to how complex the query types would get in GraphQL (lots of query possibilities) but in REST you can do:

/api/articles?where[tag.slug][in]=some-tag

I think in your case you probably have many tags, which is why I used in rather than equals.

But this should work great!

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Stupidism
Comment options

@Stupidism
Comment options

@jmikrut
Comment options

Answer selected by denolfe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants