"in" clause in wix query

Hi,
I tried hasSome() as well. It is not returning any value.

const results = await wixData.query(“members”)
.hasSome(“regno”, “271”,“272”)
.find();