Hi there, @kyle4… if I understand your post correctly, you would need to use an advanced filter because of the way your data type is set up. The advanced filter would look like this (if you have never used an advanced filter before, the Advanced option is at the bottom of the dropdown when you add a constraint to the filter).
As you may or may not know, advanced filters happen on the client (browser) side. So, the search is going to return every item in the data type to the browser and then the filter will be applied. If you don’t want that to happen (I’m guessing it won’t really affect performance because there probably won’t be hundreds of items, but you never know), a simple change you could make is to add a field to the data type that stores the winner of each round. At that point, you would be able to do a search with a simple constraint to get what you need.
Hope this helps.
Best…
Mike
Edit: too damn funny, but I knew I remembered chiming in on something similar to this post at some point in the past. Has it really been 2 years?!? I guess time flies when you’re Bubblin’.