Skip to content
Discussion options

You must be logged in to vote

You need to add the __in lookup modifier when comparing to a list of values:

{
    "slug__in": [
        "site1",
        "site2",
        "site3"
    ]
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by napaster
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #21463 on February 18, 2026 13:08.