geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
406 stars 482 forks source link

Missing PropertyName for GetDomain endpoint #6854

Open robin-vanet-wl opened 1 year ago

robin-vanet-wl commented 1 year ago

Hi,

We are currently using Geonetwork 4.2.2.

Our current goal is to validate testing scenarios according to the CSW specifications : https://portal.ogc.org/files/?artifact_id=21460.

However, using the Geonetwork 4.2.2 version, it appears that trying to use the GetDomain operation with the PropertyName parameter only results in an error. Calling the URL [serverURL]/csw?service=CSW&version=2.0.2&request=GetDomain&propertyname=dc:type URL returns the screenshot that I have attached. It looks like the parameter is missing.

image

Our client is expecting this parameter for the production deployment. Is there any available roadmap for the implementation of this feature ?

Thank you very much, Robin Vanet

robin-vanet-wl commented 1 year ago

Hi, Our production deployment is getting closer, as it is in March. Any news on the subject ?

josegar74 commented 1 year ago

This operation is optional afaik. In any case, would be good to support it as it was supported in previous versions, but I'm not aware of any development to support it for the time being.

robin-vanet-wl commented 1 year ago

Hi @josegar74 , Thank you for your answer. This issue will be blocking in the long term for our client, are you aware of any workaround in the meantime?