#526: Wildcard search not working with CSW requests in 2.6.4
-----------------------+----------------------------------------------------
Reporter: mbertrand | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.6.5
Component: General | Version: v2.6.4
Keywords: |
-----------------------+----------------------------------------------------
Wildcard search with CSW requests was working with version 2.6.3 but
seems broken with 2.6.4. Here is a sample URL that returns 1+ results
with
2.6.3 but not with 2.6.4:
http://localhost:8080/geonetwork/srv/en/csw?request=GetRecords&service=CSW&version=2.0.2&namespace=xmlns(csw%3Dhttp%3A%2F%2Fwww.opengis.net%2Fcat%2Fcsw%2F2.0.2)%2Cxmlns(gmd%3Dhttp%3A%2F%2Fwww.isotc211.org%2F2005%2Fgmd)&constraint=AnyText+like+'%25dis%25'&constraintLanguage=CQL_TEXT&constraint_language_version=1.1.0&typeNames=csw%3ARecord
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/526>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#526: Wildcard search not working with CSW requests in 2.6.4
-----------------------+----------------------------------------------------
Reporter: mbertrand | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.6.5
Component: General | Version: v2.6.4
Keywords: |
-----------------------+----------------------------------------------------
Comment(by Anja):
I am not so familiar with these things, but somebody gave me this and I
think it may be the same thing as mentioned above. So I give you the
quotation:
"When I requestet your GeoNetwork 2.6.4 CSW I found out, that it supports
wildcard-requests like this:
<ogc:Filter>
<ogc:PropertyIsLike escapeChar="\" singleChar="?" wildCard="*">
<ogc:PropertyName>AnyText</ogc:PropertyName>
<ogc:Literal>*</ogc:Literal>
</ogc:PropertyIsLike>
</ogc:Filter>
So I made this request as well:
<ogc:Filter>
<ogc:PropertyIsLike escapeChar="\" singleChar="?" wildCard="*">
<ogc:PropertyName>AnyText</ogc:PropertyName>
<ogc:Literal>a*</ogc:Literal>
</ogc:PropertyIsLike>
</ogc:Filter>
But suddenly there is no response anymore. No metadata is shown. Can you
explain?"
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/526#comment:1>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#526: Wildcard search not working with CSW requests in 2.6.4
------------------------+---------------------------------------------------
Reporter: mbertrand | Owner: geonetwork-devel@…
Type: defect | Status: closed
Priority: major | Milestone: v2.6.5
Component: General | Version: v2.6.4
Resolution: fixed | Keywords:
------------------------+---------------------------------------------------
Changes (by josegar74):
* status: new => closed
* resolution: => fixed
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/526#comment:2>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.