We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all, there is issue with older mobile browsers on Android 8 or less.
Invalid regular expression: /[\p{Z}\p{S}\p{P}\p{C}]+/: Invalid escape
This regex that causes:
flexsearch/src/lang.js
Line 50 in 1243fd8
It was reported a while back: #296
The text was updated successfully, but these errors were encountered:
ts-thomas
No branches or pull requests
Hi all,
there is issue with older mobile browsers on Android 8 or less.
This regex that causes:
flexsearch/src/lang.js
Line 50 in 1243fd8
It was reported a while back:
#296
The text was updated successfully, but these errors were encountered: