Hi all,

I am trying to get the count of element names using the query

cts:element-value-match(xs:QName("name"),
"Annie*",("case-insensitive","collation=http://marklogic.com/collation/","diacritic-insensitive";)
)[1 to 10]
I am using cts:frequency of the above query to get the results.

For this i want values of Ánnie and Ànnie to match this query using
diacritic-insensitive option as the third parameter of element-value-match
query. But i am not getting results for this query as expected.
Should the collation be changed from root collation to unicode collation to
get this done?

Regards
Ambika
_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to