Skip to main content

$in

Find all records where the property does match any of the given values.

const { data, error } = await kontenbase.service('posts').find({
where: {
name: { $in: ['Ega'] },
},
})