View Bug Report
Sorting Filter Produces pseudo-Random List
Bug #: 668
File: Sous Chef - Provisioning Helper (Recipe helper/search)
Date: 05/12/14 08:27 AM
By: Sensei27
Status: Game Bug (Cant fix)
Since the "sorted list" update the list of items is almost random in order. (I was expecting it to be ordered by level - not sure how it used to work - i.e. read too lazy to check with SousChef uninstalled - but this is certainly not "right")...

Hopefully you'll notice this too, but it seems strange behaviour. For example, my BEER list...

- Bog-Iron Ale (Lvl 5)
- Shornhelm Ale (Lvl 1)
- Fortified Bottled Buzz (Lvl 15) (Blue)
- Brew-Wife Ale (Lvl 25)
- Four-Eye Grog (Lvl 20)
- Bitter Teas (Lvl 35)
- Heather Tea (Lvl 30)

I'm sure you've spotted this too, or maybe I'm missing something with the sorting logic.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Wobin - 05/12/14 07:02 PM
Unfortunately, there's no way to extract the actual food level aside from the provisioning rank from the API, so the sort order goes

Provisioning Rank
Quality
Name

So you'll see Shornhelm after Bog-Iron from 'name', but before Fortified Bottled Buzz due to quality. It's not the -best- sorting possible, but it's the best available so far.