Operator for item level search in stash?

Is there some hidden syntax that allows searching the stash for items levels using comparison operators?
It seems pointless to include an item level search if you limit the search to only one specific level. Seaching for ilvl>74 (regal orb recipe) seems much more useful than searching for ilvl:75, then ilvl:76 and so on.
Last bumped on Feb 2, 2023, 7:32:20 AM
they did not add this as far as i know
This is the start of forum signature: I am not a GGG employee. About the username: Did you know Kowloon Gundam is made in Neo Hong Kong?

quote from the first page: "Please post one thread per issue, and check the forum for similar posts first"

This is the end of forum signature
I found out that you can do the following: "ilvl:[5]"
This will search for all item levels starting wit a 5, so 50-59, it doesn't work for larger item ranges but it at least helps a bit since you don't have to go level by level, but 10 levels a time. Helps a bit with chaos recipes
Did some more searching and experimenting: this is my process


"ilvl:60" searches for a specific item level, here 60, this we know already.
"ilvl:[6]" searches for all items starting with item level 6, so all item levels 60-69.

For the chaos recipe you need item levels 60-74, so how do we get item levels 70-74 filtered in as well? "ilvl:[7]" won't work since this would also show item levels 75-79, which we don't need.

You can, however, do this: "ilvl:[7][01234]", this will show all items from range 70-79, but only the ones specified in the second brackets, namely 70, 71, 72, 73, 74.

But how do we get the levels 60 in as well? Thanks to this post on reddit https://www.reddit.com/r/pathofexile/comments/og135v/i_learned_about_the_poe_stash_and_vendor_regex/ I got the inspiration to use a "|" (on azerty keyboard it's alt + 1) and it seems like this does the trick

Then we get the following "code"
"ilvl:[6]|[7][01234]"

the | is basically acting as an "&" "," or "+" like we'd use in sentences/math, I don't know a single thing about actual code so I can't explain why, but it works.

I'll probably upload a better one for the chaos recipe that gives 3c, and make it so that it automatically filters rare items, because it doesn't right now. But in the case I don't, this should be fine.

I hope this helps!


Edit: For your specific request it would look something like this: "ilvl:[89]|[7][56789]"

I just found out though that it also filters on the stats on weapons/etc, I was working on blank maps which is why I didn't notice before.

The reddit post has done it way better than I ever could, the correct filter for chaos recipes can be found there, I won't post it in here as to properly give credit to the author and contributors, make sure to upvote the post :)
Last edited by Soaq#3823 on Feb 2, 2023, 7:43:58 AM

Report Forum Post

Report Account:

Report Type

Additional Info