The results I get are ordered by index. I would however like to order them alphabetically by character name.
I can pull this off by getting information of every character ( up to 500 http-request ) and sorting afterwards. If my system loads a character it is set up to also load the image urls for every character ( another 500 http-requests ). So I am talking about 1 000 http request for a search.
I would much rather get the results sorted from search request. Is this possible or am I stuck making 1 000 requests?
There is also: EVE Swagger Interface. That should allow me to resolve the issue ( it will likely cause extra complication in my code, but meh… better than the alternative ).