Skip to content

Commit

Permalink
Fix: Add new sortResults parameter to DCAT catalog as well (OpenNRW#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
seitenbau-govdata committed Apr 29, 2021
1 parent acd09d3 commit f2ad0bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/camel-oai-pmh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@
<setHeader headerName="contributorID">
<simple>{{dcatde.contributorID}}</simple>
</setHeader>
<setHeader headerName="sortResults">
<simple>{{db.item.csw.sortResults}}</simple>
</setHeader>
<setHeader headerName="cswServiceShowMetadataBaseUrl">
<simple>{{csw.serviceShowMetadata.URL}}</simple>
</setHeader>
Expand All @@ -263,6 +266,7 @@
<constant>&lt;dummy/&gt;</constant>
</setBody>
<to uri="xslt:inspireRequest.xsl"/>
<removeHeader headerName="CamelHttpQuery"/>
<to uri="log:input"/>
<choice>
<when>
Expand Down

0 comments on commit f2ad0bb

Please sign in to comment.