© 2026 Hedgehog Software, LLC
return $table ->searchable(['subject']) ->columns([...
select count(*) as aggregate from "mail_threads" where ("mail_threads"."deleted_at" is null) and ("""subject""::text"::text like %ontb%))
ERROR: column ""subject"::text" does not exist