Hi,

Today I found an unusual thing.

I inserted a an xml with Uri words, it was successfully inserted. Also I can 
view the xml with doc("words").

But when I search the doc using cts:serach,  it gives me no results

for $x in cts:search(doc("words")//list/ body,
   cts:element-value-query(xs:QName("title"),
      "abc", "case-insensitive"),"score-simple", 1.0)

return $x/title/text()

Now when I reinserted the doc with Uri /words.xml or words.xml, the same query 
gave me desired results.

So, is there some specific format for document Uri's.

Thanks,
Pragya
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to