[GeoNetwork-users] Getting more metadata back with csw records request

Hello,

I am rather new to geonetwork and I'm trying to do something which I
believe should be easy, but I have hit a bit of a wall.

I have this request:
http://localhost:8080/geonetwork/srv/eng/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetRecords&resultType=results&&constraintLanguage=CQL_TEXT&constraint_language_version=1.1.0&ElementSetName=full&maxRecords=10

That gives me my records with the title, description, and a bit of other
data.

I want to add more to the result. Like the resource ID (not just the uuid),
along with a few other bits of info that can be found in this kind of
request:

http://localhost/geonetwork/srv/eng/xml_iso19139?uuid=be16b5ba-2f2e-4bdb-b858-e2e0edc1b865

In the second request I can find things like:
<gmd:transferOptions>
<gmd:MD_DigitalTransferOptions>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>
http://sedac.ciesin.columbia.edu:80/geoserver/wms?SERVICE=WMS&
</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>OGC:WMS-1.1.1-http-get-map</gco:CharacterString>
</gmd:protocol>
<gmd:name>
<gco:CharacterString>other:wcmc-world-database-of-protected-areas
</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>World Database of Protected Areas</gco:CharacterString>
</gmd:description>
</gmd:CI_OnlineResource>
</gmd:onLine>
</gmd:MD_DigitalTransferOptions>
</gmd:transferOptions>

I would like to get things like the gmd:URL and the gmd:name returning in
my larger results list (the first query that I listed) if possible.

Thanks,

James