Hi, does jackrabbit implements the order by jcr:name, or jcr:path? I
know it's optional in the especification, but it seems so usefull... And if
it doesn't does it have any plans to?
I'm also having some trouble when I order by a property that is
encoded with LATIN1 (ISO-8859-1), the results are not ordered properly, for
example the folowing results:
- Angola;
- Brasil;
- África;
Should be:
- África;
- Angola;
- Brasil;
Is this a bug or I'm doing something wrong? The xpath query I use
is: //site/[EMAIL PROTECTED]:name] order by @mpt:name
Thanks for the attention.
Ronaldo Florence