Skip to main content

not-contains-php

$res = $kontenbase->service('posts')->find([ 'where' => [ 'notes' => ['$notContains' => 'hello'] ] ]);