In the original implementation of the OpenSearch interface in https://github.com/geonetwork/core-geonetwork/pull/1743 GeoNetwork seems to be throwing exceptions on http get requests for the following URLs. This may be due to incomplete metadata - to be tested and documented:
Describe Spatial Data Set Operation template:
<!--Describe Spatial Data Set Operation request URL template to be used in order to retrieve the description of Spatial Object Types in a Spatial Dataset--> <Url type="application/atom+xml" rel="describedby" template="http://xyz.org/search.php?spatial_dataset_identifier_code={inspire_dls:spatial_dataset_identifier_code?}&spatial_dataset_identifier_namespace={inspire_dls:spatial_dataset_identifier_namespace?}&language={language?}&q={searchTerms?}"/>
Get Spatial Data Set Operation template:
<!--Get Spatial Data Set Operation request URL template to be used in order to retrieve a Spatial Data Set--> <Url type="application/x-filegdb" rel="results" template="http://xyz.org/search.php?spatial_dataset_identifier_code={inspire_dls:spatial_dataset_identifier_code?}&spatial_dataset_identifier_namespace={inspire_dls:spatial_dataset_identifier_namespace?}&crs={inspire_dls:crs?}&language={language?}&q={searchTerms?}"/>
In the original implementation of the OpenSearch interface in https://github.com/geonetwork/core-geonetwork/pull/1743 GeoNetwork seems to be throwing exceptions on http get requests for the following URLs. This may be due to incomplete metadata - to be tested and documented:
<!--Generic URL template for browser integration--> <Url type="text/html" rel="results" template="http://xyz.org/search.php?q={searchTerms}"/>
<!--Describe Spatial Data Set Operation request URL template to be used in order to retrieve the description of Spatial Object Types in a Spatial Dataset--> <Url type="application/atom+xml" rel="describedby" template="http://xyz.org/search.php?spatial_dataset_identifier_code={inspire_dls:spatial_dataset_identifier_code?}&spatial_dataset_identifier_namespace={inspire_dls:spatial_dataset_identifier_namespace?}&language={language?}&q={searchTerms?}"/>
<!--Get Spatial Data Set Operation request URL template to be used in order to retrieve a Spatial Data Set--> <Url type="application/x-filegdb" rel="results" template="http://xyz.org/search.php?spatial_dataset_identifier_code={inspire_dls:spatial_dataset_identifier_code?}&spatial_dataset_identifier_namespace={inspire_dls:spatial_dataset_identifier_namespace?}&crs={inspire_dls:crs?}&language={language?}&q={searchTerms?}"/>