Auctionator

Auctionator

141M Downloads

Search Filter Item Quality

kaizengamer opened this issue ยท 5 comments

commented

Legion has many mixed-quality item levels. There is no finite barrier, for example, ilevel 820, where everything about that level is epic quality. Epics can be as low as 759. Are you able to include an 'item rarity' filter to searches such as Common/uncommon/rare/epic etc?

commented

Adding as potential enhancement to advanced searches as auction queries have the ability to filter by rarity.

commented

flags for this are:

qualityIndex

Can be one of the following values

    nil - No restriction
    1 - Common Quality (white) or better
    2 - Uncommon Quality (green) or better
    3 - Rare Quality (blue) or better
    4 - Epic Quality (purple) or better
commented

How do you implement the qualityIndex into a search?

commented

How do you implement the qualityIndex into a search?

No response?

commented

@VaughanIwyze I encourage you to read the available documentation for the underlying auction house query API, and submitting a pull request or response to address this issue.