shirsig / aux-addon

Auction House addOn for Classic (1.13) IMPORTANT: The folder name must be "aux-addon" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/aux-addon-vanilla
https://www.curseforge.com/wow/addons/aux
196 stars 42 forks source link

Some bugs on SoD 1.15 #369

Open aaaror opened 9 months ago

aaaror commented 9 months ago

SOURCE: https://www.curseforge.com/wow/addons/aux/comments

Writing this for Classic SOD & Classic Hardcore

shirsig commented 9 months ago

/aux clear item cache is used to clear the item cache used for search auto-completion. It never cleared the price history (in fact, there is no command for that).

The item value is a historical price based on a median-calculation so it will not necessarily change immediately after a scan, but after a few days of scanning with different prices it will. If it immediately changed to the last scanned value it would be useless as a historical price to compare current prices against (e.g., in the percentage column). If you want the current day's scan value in the tooltip there is /aux tooltip daily.

If you used /aux clear item cache to clear the auto-completion cache it will take a while for it to refill which is probably why that is not working for all items.

As for the autocompletion, it takes a while to refill the cache after /aux clear item cache before it works again for all items.