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

Tags are character-separated, rather than comma-separated #97

Open stepps00 opened 7 years ago

stepps00 commented 7 years ago

When viewing recent updates in the Spelunker, it looks like tags are being separated by characters, rather than each word.

screen shot 2017-05-30 at 5 24 34 pm

The image above shows the tags of "music" and "concerts" being separated as:

m, u, s, i, c, ,, , c, o, n, c, e, r, t, and s instead of music, concerts

I suspect this is an issue with the Spelunker, rather than the record itself. An example of an affected record is Mystic Theatre, and the wof:tags seem correct.

thisisaaronland commented 7 years ago

TBD - is this a spelunker bug or an ES indexing bug?

thisisaaronland commented 7 years ago

Starting to think this is a display problem in "list" view because the tags render fine on "info" pages.