cts.fieldValueQueryText( query as cts.fieldValueQuery ) as Sequence
Returns the values used to construct the specified
cts:field-value-query
.
Parameters | |
---|---|
query | A query. |
const query = cts.fieldValueQuery("myField", "choice of law"); cts.fieldValueQueryText(query); => "choice of law"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.