APYDataGridBundle icon indicating copy to clipboard operation
APYDataGridBundle copied to clipboard

Issue with "contains" filter and Array

Open pepe95270 opened this issue 8 years ago • 0 comments

Hi all, I think there is an issue with the "contains" filter when using an Array. For exemple, if my array is (in my database): a:3:{i:0;s:6:"France";i:1;s:5:"Congo";i:2;s:6:"Italie"} In the grid it will show:

France Congo Italie

But if I try to filter this column with: Contains: "Fra" in the grid it will return "No result" ! :( It's strange because if I try to filter this column with: Contains: "France" it will return my entry this time.

To sum up, the "contains" operator is the same as "equals" operator on an array...

Any idea why?

Thank you :)

pepe95270 avatar Jul 29 '16 17:07 pepe95270