Filtering multi-valued properties of nested features doesn't work
-----------------------------------------------------------------

                 Key: GEOT-3156
                 URL: http://jira.codehaus.org/browse/GEOT-3156
             Project: GeoTools
          Issue Type: Bug
            Reporter: Rini Angreani
            Assignee: Rini Angreani
             Fix For: 2.6.5, 2.7-RC1


E.g.

<?xml version="1.0" encoding="UTF-8"?>
<wfs:GetFeature version="1.1.0" xmlns:wfs="http://www.opengis.net/wfs"; 
xmlns:gml="http://www.opengis.net/gml"; xmlns:ogc="http://www.opengis.net/ogc"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.opengis.net/wfs 
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"; 
xmlns:er="urn:cgi:xmlns:GGIC:EarthResource:1.1" maxFeatures="200">
    <wfs:Query typeName="er:Mine">
        <ogc:Filter xmlns:er="urn:cgi:xmlns:GGIC:EarthResource:1.1">
            <ogc:PropertyIsLike wildCard="*" singleChar="#" escapeChar="!">
                
<ogc:PropertyName>er:mineName/er:MineName/er:mineName</ogc:PropertyName>
                <ogc:Literal>dead bullock soak</ogc:Literal>
            </ogc:PropertyIsLike>
        </ogc:Filter>
    </wfs:Query>
</wfs:GetFeature> 

where er:mineName is a nested feature of er:MineName type, inside er:Mine 
feature.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to