Inkdrop should ignore case, when ordering note lists by title

Bug report

When ordering notes, Inkdrop groups results by case. Ordering by title ascending, for example produces following notes list:

  • A
  • B
  • C
  • a
  • b
  • c

Should be something like:

  • a
  • A
  • b
  • B
  • c
  • C

Info

  • Platform: (Ubuntu)
  • Platform version: (17.10)
  • App Version: (3.18.0)

Reproduce

Create a noteslist with titles starting with upcase and lowercase titles. Order noteslist by title ascending. Ordering does not ignore case.

Hi Florian,

Thank you for the report.
Yeah, that’s a good point!
I’ll fix it in the next version.
Thanks again.

It should work on v3.19.0.
Thanks for reporting!