Skip to main content

contains-js

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