If I want to sort a list of ThingA according to ThingA’s ThingB, I use :sorted by or :filtered.
But now I would like to sort a list of ThingA according to ThingA’s ThingB’ ThingC.
How can I do it ? It tried with :ranked by but I don’t understand how it works with similiar to or different from.
May someone help me ?
Thks in advance