Is it possible to search generally against text tokens in JSON documents? All 
of the JSON-specific cts:queries require property names, and cts:word-query 
doesn't appear to match JSON documents. For example, if I have a document with 
URI "/test.json":

{
  "id" : 1234,
  "text" : "The quick brown fox jumps over the lazy dog."
}

cts:search(doc(), "brown fox") returns empty. Is there another way to do this?

-Will
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to