-
Notifications
You must be signed in to change notification settings - Fork 409
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
Support for isNull logical operator on date field in layer filter #9325
Milestone
Comments
dsuren1
changed the title
Support for isNull logical operator in layer filter
Support for isNull logical operator on date field in layer filter
Aug 3, 2023
InvestigationDate field by default uses defaultOperator configured.
case "date": {
return [...this.props.defaultOperators, "isNull"];
}
|
I want to work for this. Can you assign it to me @tdipisa ? |
Dear @itsajay1029 I'm happy to have you involved to contribute for this if you wish. If you think you can contribute relatively soon to this we can consider to have the enhancement for the next major release 2023.02.00. Just let me know. |
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Sep 11, 2023
…or on date field in layer filter
4 tasks
tdipisa
added
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Sep 11, 2023
4 tasks
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Sep 12, 2023
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Sep 12, 2023
…e value input instead of hiding it
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Sep 12, 2023
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Oct 9, 2023
…or on date field in layer filter (geosolutions-it#9423)
12 tasks
12 tasks
tdipisa
removed
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Oct 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
To provide the support for
isNull
as a new operator on date field in Attribute Filter for LayerFilter tool.What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
The text was updated successfully, but these errors were encountered: