linkedpipes / dcat-ap-viewer

Viewer of DCAT-AP 2.0.1 compatible dataset metadata
MIT License
6 stars 6 forks source link

Unknown filter query arguments #253

Closed skodapetr closed 3 years ago

skodapetr commented 3 years ago

Handle situations, when user provide bad type (IRI, number, time, string) to a URL argument.

We should check only for data type not data content, i.e. providing page after page count or non-existing IRI is fine. The basic solution would be to check for the query types and show error message if they are invalid.