Incoming Update: Version 3.1.9.76
I have just pushed out a small update to fix the broken search fields. The issue appears to be from poor handling of white spaces and sloppy regex code for search patterns.
Not sure if this update will be permanent or not, depends if/when the issue is resolved. But it is easy enough to remove should things improve.
I'm not sure if I have missed some search fields. So if I have missed any please let me know and I'll fix asap.
Big thanks to Rowley and Morgan for their help
--------------------------------------------------------
Since my bug reports have never ever been addressed, here's a little something on the remote chance someone at Jagex sees this.
Indy's (not too condescending) helpful hints for Jagex
Jagex, spaces are bad in regex there is a special character for them
\s
. Non breaking white spaces also fall under this and
&
amp;
is not a valid way to target a non breaking white space. You need to escape and perhaps double escape (as in my fix) and don't expect a bunch of literals to be anything else other than literal.
10-Sep-2016 01:58:21
- Last edited on
10-Sep-2016 02:12:48
by
Indecent Act