-
Notifications
You must be signed in to change notification settings - Fork 4
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
Words that are not visible are being counted as matches #23
Comments
Fixed in v1.3.0 |
Thank you for working on this! |
Updated to <script>
findInNw.initialize({
classesToIgnore: [
'arrow',
'backToTop',
'nav-item',
'tooltip'
],
idsToIgnore: [
'openAll',
'openAllFailed',
'openAllRequests',
'showOnlyFailures'
]
});
</script> The README has been updated to explain how to use these new options. |
Fantastic! Thank you! |
For the page I'm trying to implement find-in-nw in, all instances of the word are being counted as matches whether they are visible or not.
In this example, "notfound" is visible 2 times, but 17 instances are highlighted.
Example html file attached.
Example.zip
The text was updated successfully, but these errors were encountered: