-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
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
fix(results): unescaped lvl0 #1001
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 5ea358b:
|
@shortcuts Thanks Clement for merging these changes! Do you know when the next alpha version will be released? |
Hi @ericxjohnston, the version |
@shortcuts Thanks Clement! |
Summary
In some cases, the hits returned by the engine can contain escaped characters. We now retrieve the
lvl0
from the_highlightResults
(which are always unescaped) and remove the highlighting tags.