Hi,
I am using following query to get the multi-valued property 'keywords' from
'partialKeywords' (in order to achieve 'Google suggest' like behavior):

"//element(*, sw:resource)/@sw:keywords[jcr:like(@sw:keywords, '%" +
partialKeyword + "%')]";

How can I now retrieve multi-valued 'keywords' quickly from the query
result?

Thanks,
Mohinder


Reply via email to