Hi, I have the following issue: jackrabbit search does not work with jcr:contains(@title, '&'), i have query something like this:
//*[(jcr:like(fn:lower-case(@type), '%binder%') or jcr:like(fn:lower-case(@type), '%document%')) and (jcr:contains(@title, '&'))] order by @jcr:created descending it returns 0, but names with & exists in JCR, when I do search with combination '&' + letter it works ok. Does any one know how it could be solved? Any help will be appreciated. Thanks -- View this message in context: http://www.nabble.com/Jackrabbit-search-does-not-work-with-jcr%3Acontains%28%40title%2C-%27-%27%29-tp24322188p24322188.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
