craigsapp / website-polish-scores

Front-end for digital transcriptions of the Polish Music Heritage in Open Access project
https://polishscores.org
3 stars 1 forks source link

mode selection not working #165

Closed craigsapp closed 2 years ago

craigsapp commented 2 years ago

Selecting a key tonic works:

Screen Shot 2022-06-04 at 10 31 40 AM

But selecting any mode will result in 0 matches now:

Screen Shot 2022-06-04 at 10 31 51 AM
craigsapp commented 2 years ago

Fixed with commit https://github.com/craigsapp/website-polish-scores/commit/4079976ccb73bfe80c2356bd9a8aed093f749f0f.

The problem was caused by the mode values being converted to integers by the recent fix of mode counts. Remapping back to text names in the option values fixes the problem:

Screen Shot 2022-06-04 at 12 19 46 PM