Skip to content
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 fuzzy matching for non-word characters #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

honggoff
Copy link
Contributor

When doing fuzzy matching, non-word characters in the pattern are
ignored and the regex that is constructed will never match any non-
word caracters.

Fix it by matching any character, not just word caracters in the
pattern.

When doing fuzzy matching, non-word characters in the pattern are
ignored and the regex that is constructed will never match any non-
word caracters.

Fix it by matching any character, not just word caracters in the
pattern.
@cloudbees-pull-request-builder

plugins » keyboard-shortcuts-plugin #16 SUCCESS
This pull request looks good

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants