Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Filter::field('options->languages', [FilterType::JSON_CONTAINS]);
$filter = [ 'type' => '$jsonContains', 'target' => 'options->languages', 'value' => 'en', ];
$sql = User::filter([$filter])->toRawSql();
select * from "users" where json_contains("users"."options", '\"en\"', '$."languages"')