Early Access Bug Reports – Regex is broken for filtering items below 10 as well as iLvl:x| statements. – Forum
I was trying to filter out all items less than 15 for my twink build. It cannot be done.
ilvl:[3][0-5] shows all items in the range 30-35.
ilvl:[1][0-5] shows all items in the range 10-15.
ilvl:[1-3][0-5] shows all items in the range 10-35.
ilvl:[3] shows ilvl 3 and all ilvls starting with 3.
ilvl:3 shows only ilvl 3.
There is no way to show all items 1-9 because your system searches for every item that includes the digits… 1 through 9 and will thus highlight the entire stash.
So we are forced to individually look at each ilvl through 9 but once you try and look for any other information that overrides the ilvl:x code.
ilvl:3 will show item level 3.
ilvl:3|6 will show all items that contain a 6 and exclude the item level 3 item if it does not contain a 6.
ilvl:15| 20% will show an item level 29 gem because it has a 20% increased chance to ignite.
Read more here: Source link
