Hi List,

I have a problem concerning JCR queries. I explain my case:
- I have added a node in the dmsEdit dialog to add a data concerning documents.
- I have set a nodedata called "name" with the value "name of test"
- I have created a new document and filled the field "name of test" with the value "test"

The problem is that when I create a query to find this doc in the DMS repository, I do this query:
//*[jcr:like(@value of test ,'%test%')]
It returns no results.

Although this query works fine and returns many docs:
//*[jcr:like(@language ,'%English%')]


So I think the problem is the space in the name of the attribute.
Is it a limitation of magnolia? How can I solve this problem?

Thanks for your ideas.

CAPITAINE Harold

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to