Hi,
Probably not ML specific but hoping someone can help. I'm having an issue
comparing sequence of strings:
let $seq1 = ('a','b','c')
with the results of a query
let $seq2 := cts:search(doc(), $cqf, "unfiltered")/doc/value/text()
but this finds no results when it should:
let $intersection := distinct-values(seq1 [.=$seq2])
The intersection between two manual sequences works. What am I missing?
Thanks,
Gary
_______________________________________________
General mailing list
[email protected]
Manage your subscription at:
http://developer.marklogic.com/mailman/listinfo/general