admin.databaseField( field-name as String, include-root as Boolean ) as element(db.field)
This function constructs a field specification.
Parameters | |
---|---|
field-name | The name of the field. |
include-root | A boolean value, true to start including at the root, false to not include until an included element is reached. |
const admin = require('/MarkLogic/admin.xqy'); admin.databaseField("myField", fn.true() ) //the constructed element
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.