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: Issues related to filter #6935

Merged
merged 2 commits into from
Nov 10, 2023
Merged

fix: Issues related to filter #6935

merged 2 commits into from
Nov 10, 2023

Conversation

pranavxc
Copy link
Member

@pranavxc pranavxc commented Nov 9, 2023

Change Summary

  • Support blank operation in filter with different format
  • Negated filter operation missing null values when filtering using LTAR(Belongs To)

Change type

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)

Test/ Verification

Provide summary of changes.

Additional information / screenshots (optional)

Anything for maintainers to be made aware of

@pranavxc pranavxc added the trigger-CI force trigger CI even if PR in draft mode label Nov 9, 2023
@pranavxc pranavxc requested a review from dstala November 9, 2023 19:21
@dstala dstala marked this pull request as ready for review November 10, 2023 04:47
switch (op) {
case 'is':
if (value === 'blank') {
op = 'blank';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(field,is,blank) : what will happen if field actually had value blank and we wanted to filter it? we should not support this case IMO. field,isblank field,isnotblank should suffice

Copy link
Member Author

@pranavxc pranavxc Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually for that eq is what user should have used and is won't work

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, my bad. Got it

Copy link
Contributor

github-actions bot commented Nov 10, 2023

Uffizzi Preview deployment-40483 was deleted.

@dstala dstala merged commit ac62e72 into develop Nov 10, 2023
43 checks passed
@dstala dstala deleted the fix/filter-issues branch November 10, 2023 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trigger-CI force trigger CI even if PR in draft mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants