Opened 12 years ago
#915 new defect
CSW searches are not logged to statistics
Reported by: | ByronCinNZ | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.8.0 |
Component: | General | Version: | |
Keywords: | statistics csw | Cc: |
Description
When searching for data in a GeoNetwork site via CSW, statistics for the search are not captured. No log messages appear to indicate errors.
The query : http://localhost:8080/geonetwork/srv/csw?request=GetRecords&service=CSW&resultType=results&namespace=csw:http://www.opengis.net/cat/csw&outputSchema=csw:IsoRecord&constraint=<Filter xmlns="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml"><PropertyIsEqualTo><PropertyName>any</PropertyName><Literal>africa</Literal></PropertyIsEqualTo></Filter>&constraintLanguage=FILTER&constraint_language_version=1.1.0&VERSION=2.0.2
Produces the expected search result but does not result in any additions to the "request" table in the database.
This could be realted to issue 914 - "Z3950 server searches may not be logged to search stats"