Part-DB-server/src/DataTables/Filters
Jan Böhmer e223078af9 Added a custom function to make PostgresSQL searches case insensitive
This is required only for postgres as every other database is case invariant by default. But to achieve a portable way, we implement it via a custom DQL function.

This fixes issue #784
2024-12-02 00:17:54 +01:00
..
Constraints Added a custom function to make PostgresSQL searches case insensitive 2024-12-02 00:17:54 +01:00
AttachmentFilter.php Replaced filter classes getters with public readonly properties to improve DX 2023-06-18 16:41:00 +02:00
CompoundFilterTrait.php Replaced filter classes getters with public readonly properties to improve DX 2023-06-18 16:41:00 +02:00
FilterInterface.php Added declare strict types to all files 2023-06-11 18:59:07 +02:00
LogFilter.php Removed unused import statements 2024-03-03 20:34:36 +01:00
PartFilter.php Fixed total amount and less than desired filter on postgresql 2024-06-16 23:26:57 +02:00
PartSearchFilter.php Added a custom function to make PostgresSQL searches case insensitive 2024-12-02 00:17:54 +01:00