]> git.openstreetmap.org Git - nominatim.git/commit
ignore API parameters in array notation
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 23 Jul 2022 08:51:44 +0000 (10:51 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 23 Jul 2022 08:51:44 +0000 (10:51 +0200)
commitcd4bcea8945d95a43f1e1cb078656c7b452a74ea
tree8a5d310a08e0bae100c86e88465c62cd7da24777
parent1bee151fe3ccfd21df1d809392d6eb52ce7925cb
ignore API parameters in array notation

PHP automatically parses parameters in an array notation(foo[]) into
array types. Ignore these parameters as 'unknown'.

Fixes #2763.
lib-php/ParameterParser.php
test/bdd/api/search/params.feature
test/php/Nominatim/ParameterParserTest.php