Brown-University-Library / usepweb_project

MIT License
0 stars 5 forks source link

Q: Inscription dates potentially should show up in the summary on the inscription page #72

Closed emylonas closed 3 years ago

emylonas commented 3 years ago

If you look at the code for the USEP collectioN.xml template, it seems to be displaying the indexed dates of the inscription. However, this doesn't show up. see l. 34 in https://github.com/Brown-University-Library/usepweb_project/blob/master/usep_app/usep_templates/collectioN.html

This display seems to be set in https://github.com/Brown-University-Library/usepweb_project/blob/master/usep_app/views.py on line 96 where show_dates is set to false.

I'm curious if it would display the dates if it were set to true, or if it was turned off because we aren't yet indexing the dates. As I can't see the solr.xsl file, I can't check.

emylonas commented 3 years ago

This isn't for the collection page, it should apply to the summary at the top of an individual inscription page. Prob handled by display xsl.

emylonas commented 3 years ago

I think this belongs in the data repo. closing