Appduration sorting expression does not work
DimitrisLK opened this issue ยท 5 comments
Game Version
Retail
Lua error from Bugsack
No errors
Screenshots
Current behaviour
the appduration
filter does not currently work and the currently queued groups are only sorted at the bottom of the LFG window.
Steps to reproduce
- Open premade dungeon list
- Setup the
appduration
sorting filter on either ascending on descending. - Click
Search
Expected behaviour
It should filter the currently queued groups to the top or bottom, depending on the asc/desc order.
Always, whether I close the addon via checkmark or the addon panel alltogether.
I assume there's no way to specify the API to use to return the correct results, right?
Does it only sometimes not work or always?
Blizzard fetches search results and application from two different APIs:
C_LFGList.GetFilteredSearchResults()
- returns search results and applications, PGF filters and sorts these resultsC_LFGList.GetApplications()
- most of the time empty, sometimes contains applications from other categories
I have not yet found out the difference between those two. Whenever your application are returned by the second API, I cannot filter them and they are always displayed at the bottom, even without having PGF installed.
No or I don't know how. It would be theoretically possible for me to mix these two lists somehow, but it does not look easy.