marklogic / java-client-api

Java client for the MarkLogic enterprise NoSQL database
https://docs.marklogic.com/guide/java
Apache License 2.0
58 stars 73 forks source link

DEVEXP-650 Fixing search that includes metadata values #1622

Closed rjrudin closed 7 months ago

rjrudin commented 7 months ago

Need to use "toString()" instead of "name()" so that "metadatavalues" is converted into "metadata-values". This works fine for reading documents but not for searching documents.