In my flutter project, I use box.query(myquery)..order(Kategoriak_.cikkcsoportnev).build()
,
but my Áramfejlesztők, szivattyúk
category is at the end of the list.
How can I order it correctly, so Á
would come after A
, not at the end?
I am using objectbox: ^1.7.0
I ended up implementing a short function using a Hungarian string array. It doesn't handle double and triple letters, but it's fine in most cases.
I didn't want to double my fileds, because I have a big database.
My solution:
And my
Comparable
implementation for my class: