Stash search

I am really pissed with the search engine with POE stash....

if I want to search item lvl between 70 to 75, how can I type in search?

it is the worst search command amoung all games.....

plz help
"버티는 자가 승리한다"
Last bumped on May 27, 2025, 5:58:18 AM
I found a 4 years old thread with this post in it, maybe it helps.

Also, in the Wiki, there is a section about Highlight items, which may be useful.
relax - it's just ones and zeros!
I've also posted on similar matters in the past. Maybe more than once, though it's hard to find posts easily on this forum....

Context on the purpose of the search might change its form a bit, but based on the context suggested by TRPV1's link, here's my suggestion:

\slevel:\s(6\d|7[0-4])

It will highlight items with an item level from 60 to 74, inclusive.



\s is how to match whitespace in a regex search. Since the stash search is a custom solution rather than just regex, I use \s to match whitespace because otherwise the search would treat terms separated by spaces as separate terms, even if they're in "s.

\slevel:\s then makes it focus on item level, and not required level or other numbers on an item in the 60-74 range--though there are probably some modifiers that could still get caught by this.

6\d is "the digit 6, followed by any other digit".
If you only want 70-74, you could remove the parentheses along with the 6\d, leaving
\slevel:\s7[0-4]
"
Jadian#0111
"
TRPV1#7216


Thank you so much for the info.
I really hope GGG improve search system in the future....
"버티는 자가 승리한다"

Report Forum Post

Report Account:

Report Type

Additional Info