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

Incorrect conditional check for IS NOT #5

Open
shaycapehart opened this issue Nov 5, 2021 · 0 comments
Open

Incorrect conditional check for IS NOT #5

shaycapehart opened this issue Nov 5, 2021 · 0 comments

Comments

@shaycapehart
Copy link

Line 479 of SELECT.gs should be have '&&' instead of '||'. Match should occur if data is not " " AND data is not "". Otherwise when using OR ('||'), match will always be true.

match = data[i][attribute_idx] != " " && data[i][attribute_idx] != "";

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

1 participant