How to sort with umlauts and upper/lowercase words?

Options

Hi,

I want to use order by but I am getting not the results I am expecting. Following wrong output is given:

  1. Biologie
  2. BWL
  3. Zoologie
  4. eHealth
  5. Ägyptologie

What I would expect is something like this:

  1. Ägyptologie
  2. Biologie
  3. BWL
  4. eHealth
  5. Zoologie

Answers

  • Stefan Pointecker
    Options

    I fixed it currently by using the slug on this table which represents a lowercase and non-umlaut variant of the name. Then it works, but not always there is an extra column available for that.