NIHVIVO-2971 Sort publications first by date descending, then by title
This commit is contained in:
parent
74909db312
commit
9130a1cd20
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<critical-data-required>
|
||||
FILTER ( bound(?infoResource) )
|
||||
</critical-data-required>
|
||||
} ORDER BY <collated> ?subclass </collated> ?infoResourceName
|
||||
} ORDER BY <collated> ?subclass </collated> DESC(?dateTime) ?infoResourceName
|
||||
</query-select>
|
||||
|
||||
<query-construct>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue