Hi all, 
 
we are facing a contradiction between the behaviour of search:search and 
cts:search. 
 
Consider  a scenario where the stemmed search option was turned off and the 
Word search option was made to true in the database admin screen. Then the 
search performed using the query search:search returns unstemmed search results 
whereas  the cts:search query returns error.
 
Search:search
----------------------
search:search("is", 
<options xmlns="http://marklogic.com/appservices/search";> 
<term-option>stemmed</term-option>
</options>
)

cts:search
-----------------
cts:search(fn:collection(), cts:word-query("is", ("stemmed")))
 
Can you please explain the reason for this.Thanks.
 
Regards,
Judie.



      Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew
_______________________________________________
General mailing list
General@developer.marklogic.com
http://xqzone.com/mailman/listinfo/general

Reply via email to