-
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
WFS requests from mapstore by default return a filter <ogc:And>undefined</ogc:And>
#10695
Closed
1 task done
Closed
1 task done
Comments
offtherailz
added a commit
to offtherailz/MapStore2
that referenced
this issue
Nov 27, 2024
12 tasks
1 task
tdipisa
added
Internal
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
labels
Nov 27, 2024
tdipisa
pushed a commit
that referenced
this issue
Nov 27, 2024
* Fix #10695 Handle empty values for and/or/not/nor filters * Update web/client/utils/ogc/Filter/operators.js Co-authored-by: Matteo V. <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Matteo V. <[email protected]>
offtherailz
added a commit
to offtherailz/MapStore2
that referenced
this issue
Dec 2, 2024
…ers (geosolutions-it#10696) * Fix geosolutions-it#10695 Handle empty values for and/or/not/nor filters * Update web/client/utils/ogc/Filter/operators.js Co-authored-by: Matteo V. <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Matteo V. <[email protected]>
tdipisa
pushed a commit
that referenced
this issue
Dec 2, 2024
…10704) * Fix #10695 Handle empty values for and/or/not/nor filters * Update web/client/utils/ogc/Filter/operators.js * Apply suggestions from code review --------- Co-authored-by: Matteo V. <[email protected]>
tdipisa
removed
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
How to reproduce
Expected Result
There should not a filter
Current Result
The filter contains
<ogc:Filter><ogc:And>undefined</ogc:And></ogc:Filter>
. Undefined string is tolerated by GeoServer, but not validBrowser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: