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
At the moment the widget just splits the incoming value(s) by delimiter (comma), leading multiple values for criterias like range or spatial to not be parsed correctly.
E.g. value range(gte:10082,lte:16835) will be wrongly split into two values
Filter value should be split according to the regex defined in FilterCriteria, and rebuild the value correctly for submit if needed.
In alternative the value should stay unaltered, as a single criteria value, recognising the comma as criteria-value delimiter, rather than as filter-value delimiter.
The text was updated successfully, but these errors were encountered:
At the moment the widget just splits the incoming value(s) by delimiter (comma), leading multiple values for criterias like range or spatial to not be parsed correctly.
E.g. value
range(gte:10082,lte:16835)
will be wrongly split into two valuesFilter value should be split according to the regex defined in FilterCriteria, and rebuild the value correctly for submit if needed.
In alternative the value should stay unaltered, as a single criteria value, recognising the comma as criteria-value delimiter, rather than as filter-value delimiter.
The text was updated successfully, but these errors were encountered: