It would be great QOL for advanced players if stash has a more advanced search. I have been playing this game for years on and off (over 600 hrs) and my stash has grown by leaps and bounds. With the introduction of things like forging potential and legendary potential it becomes harder and harder to find things unless you spend a significant amount of time playing inventory catagorisation tetris (which I hate - I’d rather play the game).
Just today I wanted to increase specific resists on boots and armour while retaining specific affixes or at least knowing I had open affixes.
An example of the sort of query I’d love to be able to run is the following.
item = boots; affix = {name:"elemental resistance", tier:">2"}; affix = {name: "movement speed", value: ">15%"}
to find boots with elemental resist and movement speed
or
item = ring; forgingpotential > 2; affix = {name: "increased damage over time", value: ">25%"}
to find a ring with forging potential and damage over time
or
item = bodyarmor; suffixcount = 1; affix = {name: "armor", value: ">30"}
to find body armour with on open suffix and armor
or
item = * ; forgingpotential = 0
to find all items with no forging potential so I can clean up my inventory.
Now I’m not suggesting everyone needs to do this by writing out the syntax, there could be a very good implentation of this in UI, but for those of use who are familiar with advanced syntax this would be a massive boon and QOL improvement.