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(filters): filters with != (not equal empty) should return non-blanks #1570

Merged
merged 1 commit into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. fix(filters): filters with != (not empty) should return non-blanks

    - note that `!=` is "not equal" and is not equivalent to `<>` which is "not contains". So only the `!= ` will return non-blanks while `<> ` will often return no data when all data have white spaces.
    - partially fixes a problem highlighted in issue #1569 on how to return non-blanks rows for a local JSON dataset
    ghiscoding committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    27f9b61 View commit details
    Browse the repository at this point in the history