Quite small but useful trick about filterFeatures property of af:column
In ADF table column when we apply search using the filter it matches case (A-Z,a-z), means by default search is case sensitive, to change it you can change a property in the column.
To change this property just select that column and go to property inspector, change ‘filterFeatures’ to ‘caseInsensitive’
and It will search for data in the table without matching case
do not work on jdeveloper 11.1.1.7.0
Is this option available in that Jdev version?