Couchbase language support

Hi,

When I try to order result ascending or descending some characters which don’t exist in English alphabet are considered like they come after the letter “Z”.

select * from userbucket order by lastname desc

Query you see above return the result as you see below

Çelik
Zoroglu
1 Like

In N1QL, string comparison is done using a raw byte collation of UTF8 encoded strings.

1 Like