Today I got a strange output from the MarkLogic query console. The ML query console returned an empty query sequence when I tried to get document properties of a document that already exists in the MarkLogic Database.
This returned a document:
fn:doc("/rooturi/abcd.xml")
... and this time it returned an empty sequence:
xdmp:document-properties("/rooturi/abcd.xml")
Can anyone help me?
Thanks.