Hi,
I have to ignore the noise words(this would be a list of words which I give) in
element value query.
Eg:
Rented house in Delhi(title)
Now user types in Rented House Delhi/Rented House in Delhi
Both query should give the result. So, how can I include such a query in my
additional query to make this work.
<additional-query>
{
cts:element-value-query(xs:QName("title"),$search,
("case-insensitive","unstemmed"))
}
</additional-query>
Please let me know how this can be achieved.
Thanks,
Pragya
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general