Skip to content

Incorrect conditional check for IS NOT #5

Description

@shaycapehart

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] != "";

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions