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

[suggestion] armor slot search without armor type #296

Closed goudekid closed 3 years ago

goudekid commented 4 years ago

It'd be nice if a query didn't contain an armor type, it'd automagically create a compound and behind the scenes that amalgamates all the armor types

ex: you query "armor/hands/52/60/strength"

but what actually gets searched is

"armor/plate/hands/52/60/strength;armor/mail/hands/52/60/strength;armor/leather/hands/52/60/strength;armor/cloth/hands/52/60/strength"

shirsig commented 4 years ago

Not sure if it's possible with this api. It was possible in vanilla aux and I remember removing it but not sure if it was because it was impossible or because it required too many changes and I had not enough time.

edit: it would be possible to transform the query like you're suggesting but I'm not gonna introduce this sort of thing just for this case if the api doesn't support it directly.

shirsig commented 3 years ago

Double checked and it doesn't seem to be possible with the new api.