Hi,

In my application I have to display the list user name starts with the 
character 
choosen by the User. In the ML database all the Wildcard options are disabled. 
I 
have enabled the Wildcard in cts:element-word-query() directly , which slow 
down 
the query execution. Is there anyother way to get the user names starts with 
specific character?

Sample query:
cts:search (fn:collection("UserDetails")//User,
                 cts:element-word-query(xs:QName ("Surname"),"J*", 
"wildcarded"))
 
Regards,
Mano


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

Reply via email to