Skip to content

Incorrect conditional check for IS NOT #5

@shaycapehart

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

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