You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for regex OR to tree and item search (#5766)
* Add support for regex or to tree
* Fix mixed white space
* Add support for item search
* Avoid evaluating invalid patterns
* Call and catch error like with tree to avoid other pattern matching crashes.
* Escape all characters expect brackets and |
* cleanup variable naming and a couple of pieces of the code
* Allow brackets in tree search
* Add support to anoint sorting
0 commit comments