How to write a "where in" clause on multiple fields

I googled a bit on this error and discovered (i.e., Ecto IN clauses with tuples - #15 by halostatue) that dynamic tuples for “where in” is a known missing functionality in Ecto that is hard to implement. But there are a few hacky (compared to how it could’ve been written with plain Ecto) workarounds that I’m gonna try now :slight_smile: