Stash search

Hi guys, can someone explain how to search by a range of numbers or from 20 >(and more) for example?

Last bumped on Jan 21, 2025, 2:00:06 AM
I am not sure what exactly you want to filter for. But PoE stash tab search supports regex.

So if I want to search for every item with 80 or more maximum life I can use this search string:
"\+([8-9].|1..) to maximum Life"

Edit:
If you are not yet familiar with Regex (Regular Expression), maybe Path of Exile Regex could help you to get into it: https://poe.re/#/items.

Their filter for magic items is still in beta and it is for PoE 1, not 2. So you might not find what you are looking for. But maybe it could give you a better understanding about how Regex work.
Last edited by Avaricta#4758 on Jan 20, 2025, 11:21:28 PM
"
Avaricta#4758 wrote:
I am not sure what exactly you want to filter for. But PoE stash tab search supports regex.

So if I want to search for every item with 80 or more maximum life I can use this search string:
"\+([8-9].|1..) to maximum Life"

Edit:
If you are not yet familiar with Regex (Regular Expression), maybe Path of Exile Regex could help you to get into it: https://poe.re/#/items.

Their filter for magic items is still in beta and it is for PoE 1, not 2. So you might not find what you are looking for. But maybe it could give you a better understanding about how Regex work.

Thanks, i want to understand how filter numbers for example on waystones for rare monsters 40%+ and item quantity 20%+
I personally do not know how to write the regex to filter for both of these within the 50 character limit. Maybe someone else knows. In PoE 1 rarity and quantity are handled differently, there it would be easier.

But you could use two separate ones. I did not test these but only looked at the affixes on PoEDB so changes may be needed:
"([4-9].|1..)% increased number of rare m"
"([2-9].|1..)% increased q"

Report Forum Post

Report Account:

Report Type

Additional Info