App-schema: filtering multi-valued nested attribute by feature chaining returns 
no results
------------------------------------------------------------------------------------------

                 Key: GEOT-3352
                 URL: http://jira.codehaus.org/browse/GEOT-3352
             Project: GeoTools
          Issue Type: Bug
          Components: data app-schema
    Affects Versions: 2.7-M4
            Reporter: Rini Angreani
            Assignee: Rini Angreani
             Fix For: 2.7-beta1


Where we have multi-valued properties coming from a feature-chained nested 
feature like this:

<er:specification>
  <er:Mine gml:id="er.mine.397">
    <gml:name 
codeSpace="http://www.ietf.org/rfc/rfc2616";>http://services-test.auscope.org/resource/feature/pirsa/mine/397&lt;/gml:name>
    <gml:name codeSpace="http://www.pir.sa.gov.au/minerals";>CURDNATTA 
MINE</gml:name> 

and run filter like this, will return no results:

<ogc:PropertyIsLike escapeChar="!" wildCard="*" singleChar="#">
   <ogc:PropertyName>er:specification/er:Mine/gml:name</ogc:PropertyName>
   <ogc:Literal>CURD*</ogc:Literal>
</ogc:PropertyIsLike> 

It is because, based on the mapping, the linking for feature chaining is done 
by the first gml:name 
("http://services-test.auscope.org/resource/feature/pirsa/mine/397";), and it 
doesn't satisfy the filter. 

-- 
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

        

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to