You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with this filter (notice that the same filter with the operator >= works)
without getting a valid result in the feature grid
The wfs request fails and in the feature grid i have all the results
The wms requests worked since the synch button filtered out some features
<?xml version="1.0" encoding="UTF-8"?><ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows https://demo.geo-solutions.it:443/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 644; The content of elements must consist of well-formed character data or markup.
The content of elements must consist of well-formed character data or markup.</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
then i re enter advanced search, i click on search again, i have an empty feature grid.
so the first time the error appears it does not update the feature grid
Depends On (optional)
Please indicate if this issue is related to a bug or a new feature request
Description
i was trying this map in our dev env
with this filter (notice that the same filter with the operator >= works)

without getting a valid result in the feature grid
The wfs request fails and in the feature grid i have all the results
The wms requests worked since the synch button filtered out some features
here is the failing request
with this error
then i re enter advanced search, i click on search again, i have an empty feature grid.
so the first time the error appears it does not update the feature grid
Depends On (optional)
Please indicate if this issue is related to a bug or a new feature request
In case of Bug (otherwise remove this paragraph)
Browser Affected
(use this site: https://www.whatsmybrowser.org/ for non expert users)
Browser Version Affected
Steps to reproduce
then
Expected Result
the feature grid contains the records that match the filter or if an error occurs to be handled some how (ft empty or a feedback error or...)
same as one, the feature grid should contain the records that match the filter
Current Result
the feature grid does not filter anything because of the failing request, it shows 0 elements with records in the grid

the feature grid is empty
Other useful information (optional):
note: it happens also on production
Try also other operators since also the < has the same problem