]> git.openstreetmap.org Git - rails.git/commit
Remove node/way/relation Search API
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 23 Oct 2019 09:41:05 +0000 (11:41 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 23 Oct 2019 09:41:05 +0000 (11:41 +0200)
commit15865b5a8dcd48514b3eb00019502c28b0648caf
tree8acca7dca32307ffafba6dbc5ceff5bc3d6f4876
parentedd49e85823079d6de19cbc9f89c6abc0568382b
Remove node/way/relation Search API

This API clearly shows its age, having never been fully implemented
and simply returning 100 ways (or 2000 relations) at random matching
the provided tags.

It is, as far as I'm aware, completely unused. While it provides a
good amount of humour to anyone who reads the code, the time as come
for it to be retired.
app/abilities/api_ability.rb
app/controllers/api/search_controller.rb [deleted file]
config/routes.rb
test/controllers/api/search_controller_test.rb [deleted file]