Skip to content

Conversation

@duncanmcclean
Copy link
Member

@duncanmcclean duncanmcclean commented May 22, 2025

This pull request adds a where_in parameter to the Runway tag, allowing you to do "where in" queries on your model.

Usage

Antlers:

{{ runway:post where_in="id:2,3,4" }}
    {{ title }}
{{ /runway:post }}

Blade:

<s:runway:post where_in="id:2,3,4">
    {{ $title }} 
</s:runway:post>

@duncanmcclean duncanmcclean changed the title [8.x] Add where_in parameter to Runway tag Add where_in parameter to Runway tag May 22, 2025
@duncanmcclean duncanmcclean merged commit 401a2b0 into 8.x May 22, 2025
34 checks passed
@duncanmcclean duncanmcclean deleted the where-in branch May 22, 2025 09:23
@github-actions
Copy link

Released as part of v8.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants