[GeoNetwork-devel] [GeoNetwork opensource Developer website] #541: CSW GetRecords returns incorrect # of results matched

#541: CSW GetRecords returns incorrect # of results matched
-----------------------------------------------------+----------------------
Reporter: heikki | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: v2.7.0
Component: General | Version: v2.6.4
Keywords: csw, getrecords, numberOfRecordsMatched |
-----------------------------------------------------+----------------------
To reproduce: in a clean GN trunk installation, with no metadata;

load all templates; load sample metadata; post this !GetRecords request:
{{{
<?xml version="1.0" encoding="UTF-8"?>
<csw:GetRecords
xmlns:gmd="http://www.isotc211.org/2005/gmd&quot;
xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
xmlns:ogc="http://www.opengis.net/ogc&quot;
resultType="results"
service="CSW" version="2.0.2"
outputSchema="http://www.isotc211.org/2005/gmd&quot;&gt;
   <csw:Query typeNames="gmd:MD_Metadata" elementSet="summary">
   </csw:Query>
</csw:GetRecords>
}}}

The response says:
{{{
<csw:SearchResults numberOfRecordsMatched="7" numberOfRecordsReturned="5"
elementSet="summary" nextRecord="6">
}}}
There are 5 metadata records returned in the response, which is correctly
indicated by numberOfRecordsReturned. However, numberOfRecordsMatched
should also be 5, not 7.

The mismatch is caused because some records could not be converted to ISO
and are therefore not returned in this response, but they were counted as
"matches", even though it is not possible to return them in the response
to this request.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/541&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
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.

#541: CSW GetRecords returns incorrect # of results matched
-----------------------------------------------------+----------------------
Reporter: heikki | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: v2.8.0
Component: General | Version: v2.6.4
Keywords: csw, getrecords, numberOfRecordsMatched |
-----------------------------------------------------+----------------------
Changes (by ianwallen):

  * milestone: v2.7.0 => v2.8.0

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/541#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
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.