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

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Jun 12, 2024

  • 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 at all when the data includes white spaces.
  • partially fixes a problem highlighted in issue Filter for blanks / non blanks #1569 on how to return non-blanks rows for a local JSON dataset

- 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
Copy link

stackblitz bot commented Jun 12, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@ghiscoding ghiscoding changed the title fix(filters): filters with != (not empty) should return non-blanks fix(filters): filters with != (not equal empty) should return non-blanks Jun 12, 2024
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.8%. Comparing base (711b03e) to head (27f9b61).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1570     +/-   ##
========================================
+ Coverage    99.8%   99.8%   +0.1%     
========================================
  Files         198     198             
  Lines       21729   21731      +2     
  Branches     7138    7005    -133     
========================================
+ Hits        21668   21670      +2     
- Misses         55      61      +6     
+ Partials        6       0      -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ghiscoding ghiscoding merged commit 9837ef1 into master Jun 12, 2024
10 checks passed
@ghiscoding ghiscoding deleted the bugfix/search-non-blanks branch June 12, 2024 13:38
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

Successfully merging this pull request may close these issues.

None yet

1 participant