Feature Request - Regular Expression support for searching
Hi PoE Devs
Can you please add regular expression support to your search functions in the Inventory, Atlas and Passive Tree? The current search function is borderline useless. I.e. doesn't seem to work in the special stash tabs, can't handle multiple concurrently property searches, and in some string searches such as "ilvl: X" does not currently seem to work either? Regular expression will help us build more complex search queries, making it a lot easier to manage large inventories, finding the best gear for our builds and finding suitable gear for vendor recipes. (Probably not so useful for small inventories, but what serious player has a small inventory?) Not wanting to be presumptuous, but it does not seem very hard to add support for this either. I.e. assuming PoE is written in C++ I wrote a little example below to demonstrate how regular expression can be implemented by using standard C++11. (Sorry, it did not seem like "code" tags exist so I used "quote" instead.) " -Cheers Last bumped on Mar 13, 2020, 6:57:17 AM
This thread has been automatically archived. Replies are disabled.
|
![]() |
I miss it too. I would be happy for few logical operators like or, not, >, <. Regex would be amazing.
|
![]() |
+1
| |
99% of the playerbase doesn't even know what regex is
Would be nice if the search did search through all the relevant information though. |
![]() |
" Yes. Regex is overkill, but logical operators would be huge QoL. |
![]() |
" Also not to forget that regex can be quite taxing if you fubars the search. And yes... very easy to fubar a regex even if you didn't meant to do that. So a ful regex would probably be a bad idea sadly. But basic logical operators, now thats a good idea and should be safe. Last edited by Dharall#1798 on Mar 13, 2020, 6:57:38 AM
|
![]() |