Opened 13 years ago
Closed 13 years ago
#526 closed defect (fixed)
Wildcard search not working with CSW requests in 2.6.4
Reported by: | mbertrand | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.6.5 |
Component: | General | Version: | v2.6.4 |
Keywords: | Cc: |
Description
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:
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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?"