Auctionator

Auctionator

137M Downloads

Skillet sends shopping list and results are unexpected.

b-morgan opened this issue ยท 2 comments

commented

Please include as much of the following information as possible to help me fix the bug:

Brief Description of Bug

Skillet sends a shopping list to Auctionator and the results are unexpected. This may be caused because the search is not exact.

Steps to Reproduce

With Skillet and the Auction House open, click on a recipe in Skillet and then click on the Auctionator button in the Skillet frame. If Skillet debugging is on (/skillet debugshow on), the shopping list sent to Auctionator will be displayed in chat.

Skillet-Auctionator

Loaded Addons

Skillet, Auctionator, and god knows what else.

Back Trace (LUA Error Output)

There is no error, just unexpected results

commented

Proposed solution (not yet implemented):

-- Searches for an array of search terms and displays ONLY the
-- results with names that exactly match a search terms
-- Search terms MUST NOT include " or ; in them
-- The auction house MUST be open.
--    callerID: string
--    terms   : string[]
Auctionator.API.v1.MultiSearchExact(callerID, terms)
commented

Skillet-r817-alpha contains the code to use this new API. There is an Auctionator plugin option, SearchExact, that will turn it on.