Skip to content

Commit

Permalink
Add sorting by identifier in inspireRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
seitenbau-govdata authored and jvanzadelhoff committed Jul 17, 2020
1 parent f45a492 commit d2cb14f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/inspireRequest.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@
outputSchema="http://www.isotc211.org/2005/gmd">
<csw:Query typeNames="gmd:MD_Metadata" xmlns:gmd="http://www.isotc211.org/2005/gmd">
<csw:ElementSetName>full</csw:ElementSetName>
<ogc:SortBy>
<ogc:SortProperty>
<ogc:PropertyName>apiso:Identifier</ogc:PropertyName>
<ogc:SortOrder>ASC</ogc:SortOrder>
</ogc:SortProperty>
</ogc:SortBy>
<csw:Constraint version="1.1.0">
<ogc:Filter>
<xsl:choose>
Expand Down

0 comments on commit d2cb14f

Please sign in to comment.