whosonfirst / whosonfirst-www-spelunker

A simple Flask-based spelunker for poking around Who's On First data
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

Concordances page links to filters with ampersands don't correctly execute #114

Closed simonw closed 7 years ago

simonw commented 7 years ago

e.g. this page: https://whosonfirst.mapzen.com/spelunker/concordances/nycgov_dca/

cursor_and_who_s_on_first_spelunker___who_s_on_first_concordances_with_new_york_city_department_of_consumer_affairs

The Bars & Pubs filter links to https://whosonfirst.mapzen.com/spelunker/concordances/nycgov_dca/?&category=Bars%20&%20Pubs

Which currently says this:

who_s_on_first_spelunker___who_s_on_first_concordances_with_new_york_city_department_of_consumer_affairs

The link to Retail works fine - as do the others without an ampersand: https://whosonfirst.mapzen.com/spelunker/concordances/nycgov_dca/?&category=Retail

thisisaaronland commented 7 years ago

Fixed modulo the usual JS cache-busting dance (which is a separate issue). Apologies for the poor Internet typing, which was my bad.