Closed JesperKock closed 2 years ago
Using brackets does not imply a list in this case, therefore the collections [skraafotos2017
skraafotos2021]
isn't found and returns 0 matches.
Result of https://api.dataforsyningen.dk/skraafotoapi_test/search?collections=skraafotos2019
{
"returned": 10,
"limit": 10,
"matched": 1340146
}
{
"returned": 0,
"limit": 10,
"matched": 0
}
Expectation:
These calls return the same number of matches: Bracket call: https://api.dataforsyningen.dk/skraafotoapi_test/search?collections=[skraafotos2017,skraafotos2019,skraafotos2021] Nonbracket call: https://api.dataforsyningen.dk/skraafotoapi_test/search?collections=skraafotos2017,skraafotos2019,skraafotos2021
Result:
Bracket call:
Nonbracket call: