Hi All<br><br>We have an application that calls MapServer CGI from C# which creates regular expressions for qitem (itemnquery etc) - basically when calling a shape file all is good but not with PostGIS<br><br>uniqueid~&#39;(a|A)(b|B)(c|C)123&#39; = good for postgis
<br><br>[uniqueid]=~/(a|A)(b|B)(c|C)123/ = bad for postgis (good for mapserver)
<br>
<br>Does anyone know a way around - the calling app doesn&#39;t necessarily know whether the base layer is PostGIS or OGR or Shape etc<br><br>Cheers<br>Mike<br><br>