calaldees / KaraKara

Karaoke Event System - Attendees can view and queue tracks from their mobile phones
https://karakara.uk
GNU General Public License v3.0
29 stars 9 forks source link

Tags with tracks and sub-tags only show the sub-tags #72

Closed shish closed 3 years ago

shish commented 3 years ago

There are a lot of tracks tagged "from:One Piece", and a single track tagged "from:One Piece:Movie 7"

Searching for the tag "from:One Piece" (ie, click "Anime", then "O", then "One Piece") only shows the sub-category "One Piece:Movie 7", and doesn't show any of the tracks which directly use that tag

shish commented 3 years ago

File track_list.tsx, function show_list - current behaviour is "if there are <20 tracks, show the tracks; else, try to add more filters to narrow down the list"

The problem here is that there are more than 20 "from:One Piece" tracks, however there are no more filters to be added (except for the "One Piece:Movie 7" tag, which only applies to one track)

Ideal behaviour would be "if there aren't enough filters to cover all the tracks, then just show the tracks"