mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
85de3866df
Filtering non text fields in postgres would cause the SQL to fail. This casts the field to text before the LIKE filter.