Skip to main content

or

Find all records that match any of the given criteria.

const { data, error } = await kontenbase.service('posts').find({
or: [
{ name: 'Ega' },
{ notes: 'A notes from public' },
],
})