| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
https://dev.mysql.com/doc/refman/8.0/en/regexp.html Basically? The word boundary changed. Goobering channel entry search param and some pro search code. This adds a helper to juggle that based on mysql version and type- aka maria.
| Back | FazBrowse Home | New Git URL |
https://dev.mysql.com/doc/refman/8.0/en/regexp.html
doc change: ExpressionEngine/ExpressionEngine-User-Guide#1149
Basically? The word boundary changed. Goobering channel entry search param and some pro search code. This adds a helper to juggle that based on mysql version and type- aka maria.
User ran into an issue on mysql 8 specifically with /system/ee/legacy/models/channel_model.php and 'Note: MySQL's nutty POSIX regex word boundary is [[:>:]]' which is no longer necessarily true. Also spotted the issue in pro search.
So this:
And added some tests for the above. Need to go make some docs additions to go along with this....