Hello community,
I've run into an issue with sorting output of an addon by specific field . When i directly query same data in property - i am able to sort it by applying sort filter on result variable and it works perfectly for what I need, like so:
but how do I achieve same with a query with addons like this one:
i need to sort every property array by "number" as "inatural". And everything I tried so far did not work, including external sorting inside of addon, in documentation I found no way to provide "type" as in "sort" filter.
I am able to achieve that result of course with functions instead of filters, doing data transformation, but that is increasing response time drastically, which is also not an suitable option for me.
Any hints would be appreciated, but solving that with data transformation won't work for me anyway.
I am hoping that I am missing something and there is a way to apply sort filter somehow someway in mine scenario :(