-
Notifications
You must be signed in to change notification settings - Fork 414
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
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. <matteo.velludini@geosolutionsgroup.com> * Apply suggestions from code review --------- Co-authored-by: Matteo V. <matteo.velludini@geosolutionsgroup.com>
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. <matteo.velludini@geosolutionsgroup.com> * Apply suggestions from code review --------- Co-authored-by: Matteo V. <matteo.velludini@geosolutionsgroup.com>
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
![Image](https://private-user-images.githubusercontent.com/1279510/390353330-b3ef4a60-bd5a-4fd7-9be4-08dbf5813f70.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODMyNzMsIm5iZiI6MTczOTY4Mjk3MywicGF0aCI6Ii8xMjc5NTEwLzM5MDM1MzMzMC1iM2VmNGE2MC1iZDVhLTRmZDctOWJlNC0wOGRiZjU4MTNmNzAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMDUxNjEzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjE4MTAxYTExYzgzYTU4NWE3YzI2ZjRlMjU1YTU5NGQzZWM2ZTRkOWY4MzdiNmNlMWFjYjVjNDUzYWI2NjEzMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.d-2WiESOyfUA-Yy3ZrwDD2SwZozIcwpEhW6azfmUh04)
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: