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

[Backport 2023.02.xx] #9325 : Support for isNull logical operator on date field in layer filter (#9423) #9573

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

mahmoudadel54
Copy link
Collaborator

Description

Implementing an enhancement feature added to filter layer from attribute table. Add 'isNull' operator to date field to filter attribute table based on it.

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

#9325

What is the current behavior?
There was no operator for 'isNull' for date field
#9325

What is the new behavior?
'isNull' operator is added to the filter layer for date field.

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

@tdipisa
Copy link
Member

tdipisa commented Oct 9, 2023

@ElenaGallo please test this in QA

@tdipisa tdipisa merged commit 1d95e60 into geosolutions-it:2023.02.xx Oct 9, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for isNull logical operator on date field in layer filter
2 participants