function lower(bigint) does not exist on Table search on ID field
I have ID column as searchable, but it raises the following error:
According to the source code,
https://github.com/filamentphp/filament/blob/612045cd618829749391cf90a93c29e830a10ee4/packages/tables/src/Columns/Concerns/InteractsWithTableQuery.php#L102)
SQLSTATE[42883]: Undefined function: 7 ERROR: function lower(bigint) does not exist LINE 1According to the source code,
isSearchForcedCaseInsensitive() returns true because the DB engine is PostgreSQLhttps://github.com/filamentphp/filament/blob/612045cd618829749391cf90a93c29e830a10ee4/packages/tables/src/Columns/Concerns/InteractsWithTableQuery.php#L102)
GitHub
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
