Skip to content

Commit

Permalink
Now does the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Dec 13, 2024
1 parent a974640 commit afbf627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion corb2/get-uris.xqy
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
let $uris := cts:uris("",(),cts:true-query())
let $uris := cts:uris("",(),cts:collection-query(
("http://marklogic.com/collections/dls/latest-version")
))
return (count($uris), $uris)
2 changes: 2 additions & 0 deletions corb2/show.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ let $node :=
<url_slug>{$slug}</url_slug>
</identifier></identifiers>
let $log := ($log, xdmp:quote($node))
let $do_the_thing := xdmp:document-set-property($URI, $node)

return string-join($log, "&#10;")

0 comments on commit afbf627

Please sign in to comment.