The script facet currently is listing all of the scripts that appear in the manuscript record (physDesc/handDesc/handNote/@script) in a space-separated list. https://d2tcgfyrf82nxz.cloudfront.net/dev-browse.html
Instead, we want the dropdown menu to be a list of the individual scripts (using human-readable labels instead of the script codes themselves). Then when a script is selected, it returns any records whose scripts field contains the selected script. It's possible we want to restrict this to the @scope="major" handNote's script? (This would result in each result only having one script value, once #428 is implemented)
Question to discuss: is it possible to have the options in the script list update based on the other facets? (e.g., if no ms in the "Chemistry" classification has East Syriac script, would that option be listed in the dropdown?)
The script facet currently is listing all of the scripts that appear in the manuscript record (
physDesc/handDesc/handNote/@script) in a space-separated list. https://d2tcgfyrf82nxz.cloudfront.net/dev-browse.htmlInstead, we want the dropdown menu to be a list of the individual scripts (using human-readable labels instead of the script codes themselves). Then when a script is selected, it returns any records whose scripts field contains the selected script. It's possible we want to restrict this to the
@scope="major"handNote's script? (This would result in each result only having one script value, once #428 is implemented)Question to discuss: is it possible to have the options in the script list update based on the other facets? (e.g., if no ms in the "Chemistry" classification has East Syriac script, would that option be listed in the dropdown?)