wearefrank / ladybug

Enable users of your application to debug and test it
Apache License 2.0
12 stars 8 forks source link

Changed metadataApi class so it accepts multiple filters now #231

Closed MarkvdVorst closed 2 months ago

MarkvdVorst commented 3 months ago

Needed for issue 290 of the ladybug frontend project.

Functionality for multiple filters was already present, but not correctly implemented as it would only accept one filter parameter from the getMetadataList GET request. Resulting in only the first filter to be sent to the api to work and all others would be ignored.