AdvDBFilterPanel Filter case insensitive

I have next table with records
Customer number | CustomerName
1 | Mary
2 | Peter
3 | peter
How can i do for component AdvDBFilterPanel when generate filter contains
CustomerName like '%peter%'
only return record 3 | peter,
but i need return
record 2 | Peter
and
record 3 | peter

At this moment, there is unfortunately not a setting from TAdvDBFilterPanel level with which case insensitivity can be set. This is a good suggestion though that we'll consider for a future update.