Skip to main content

not-contains-js

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