Documentation says that the wrap
flag when set to true
:
causes the results of the query to be wrapped in an exist:result
However, for non-node types it is also incorrectly wrapping sequence values with type information.
Non-node types (and any other type) should only be wrapped in type information when the typed
flag is set to true
, as per the documentation:
causes the results of the query to be annotated with data type information