Skip to content
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

TextList list-filter widget should handle multiple-value criterias #44

Open
Pictor13 opened this issue Sep 20, 2018 · 0 comments
Open

Comments

@Pictor13
Copy link
Member

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

screen shot 2018-09-20 at 16 38 56

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant