Hi,
I am a newbie here.
Jackrabbit search query for exact term Ÿ does not work. Only LIKE search works
for this character
This is the following query that we fire which does not work
SELECT * FROM [pb:com] WHERE ISDESCENDANTNODE('/com') AND ( LOWER([jcr:title])
= 'ÿ' )
But If I change the query to as below it does work.
SELECT * FROM [pb:com] WHERE ISDESCENDANTNODE('/com') AND ( LOWER([jcr:title])
LIKE '%ÿ'% )
Does anyone whether this is a jackrabbit defect? I would like to get the exact
search work for our development.
Regards,
Dinesh Babu
Pitney Bowes Software
6 Hercules Way, Leavesden Park, Watford, Herts WD25 7GS
________________________________