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

startsWith being ignored when exclude option set #557

Closed
flippery-fish opened this issue Mar 13, 2019 · 1 comment
Closed

startsWith being ignored when exclude option set #557

flippery-fish opened this issue Mar 13, 2019 · 1 comment

Comments

@flippery-fish
Copy link

flippery-fish commented Mar 13, 2019

When startsWith is used in conjunction with the exclude option, startsWith is ignored

Simple example at http://jsfiddle.net/flippery_fish/pezx26wq/19/

If you filter on 48 with startsWith and exclude selected it should only exclude 481000, but it also excludes 100048 and 104800

I believe the regex might be "^((?!" + selected value + ").)" instead of "^( + selected_value + ").)*$"

vedmack added a commit that referenced this issue Mar 13, 2019
@vedmack
Copy link
Owner

vedmack commented Mar 13, 2019

fixed in 0.9.4.beta.20

@vedmack vedmack closed this as completed Mar 13, 2019
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

No branches or pull requests

2 participants