Comment 1 for bug 929109

Revision history for this message
Andrei Martsinchyk (andrei-martsinchyk) wrote :

This is a configuration problem.
Backend is configured to sort strings as case sensitive, while Stado is configured to sort strings as case insensitive (default).
Stado engine expects backend is returning data properly sorted.
To fix the problem add
xdb.sort.case.sensitive=true
to the Stado configuration file.