How to only show data entries that have a specific text field in a repeating group

Hi, I have been banging my head on this for a while and I’m sure there is a super simple solution that I’m not seeing. I have a list of running shoes and these shoes have text field with what brand they are.

How do I show in a repeating group only one specific brand name (text field)? Basically what constraints do I put in the data source field to accomplish this?

Any advice would be much appreciated!

use the ‘do a search for’ function.

Search for ‘shoes’
add a constraint for the ‘brand’ field = ‘text’ or dynamically reference the input the text is coming from if this is something that could change (ie dropdown)