用WFS100服务查询的时候,通过<Filter>标签进行筛选。当字段是整形的时候,能正常筛选。当字段是文本型或者是宽字符的时候就不行。
我是这样写的
(<Filter>
<ogc:PropertyIsLike wildCard="*" singleChar="$" escapeChar="!" xmlns:ogc="
http://www.opengis.net/ogc" >
<ogc:PropertyName >QUERYCONDITION</ogc:PropertyName>
<ogc:Literal>"1"*</ogc:Literal>
</ogc:PropertyIsLike>
</Filter>)
是不是条件标签<ogc:Literal>的问题