atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
439 stars 104 forks source link

Add "smallint" and "bigint" support to FilterModel #2211

Closed mkrecek234 closed 2 weeks ago

mkrecek234 commented 2 weeks ago

fix #2210 and wrapped numeric type filtering in general

related with https://github.com/atk4/data/pull/1223 and #2208

mvorisek commented 2 weeks ago

Well, it is not strictly a bug, but I will say the impact is not minimal as all IDs are bigint by default since v5.2.

Please investigate on what simplest demo the ID can be filtered and tested. We need a test before we merge it.