planetfederal / gxp

High level components for GeoExt based applications.
http://boundlessgeo.com/
Other
84 stars 97 forks source link

Fix for gxp #189 - allow matchCase in WFS Filter #190

Closed justb4 closed 11 years ago

justb4 commented 11 years ago

See description in issue #189. With this fix the QueryPanel gets an extra config param 'caseInsensitiveMatch' (default false) to allow case-insensitive string matching for attribute conditions in OL ComparisonFilter's. This setting propagates to an OpenLayers WFS Filter attribute 'matchCase'.

See a working example here: http://lib.heron-mc.org/heron/latest/examples/querybuilder

justb4 commented 11 years ago

Top! Thanks Andreas.