Probably will but next on the TODO list is auctioneer style sorting of the search results.
By the way, what do you think about my buying mechanism vs the retail auctionator's? I guess what retail auctioneer does is it remembers the page of the auctions, so when you request one it's pretty quick to find it. (But the disadvantage is of course if the page has changed it won't find it anymore, or it could do a full rescan but since it's individual auctions that would be very inconvenient)
Also there's the buy confirmation. Of course because of the retail hardware event requirement it has to be there but maybe it would be good anyway? Though it makes mass purchases less convenient.
And then the stacked view, not sure what to think about that. Makes sense for the sell tab of course but if I'm gonna add different sorting to the buy tab it wouldn't work so well I think ...
PS Does anyone know how to obtain item stats other than through the tooltip? It would be more elegant to filter by stats than by a text based tooltip filter like I am now. Sure, I could parse it out of the tooltip, but then that only works for the English client (which unfortunately also is the case for itemcharges as of now). I could just pre-parse every item in my english client and hardcode the stats in the addon, but that would kind of suck on Nost, because patches can change the item stats and it wouldn't work for suffixes (though I guess those can be obtained through the suffix id from the itemstring? But not charges I think? they're obtained by means of a server side record indexed by the uniqueid afaik?)