upenndigitalscholarship / deep

MIT License
3 stars 1 forks source link

Items with DEEP #s ending in xxxx.10 or .20 or .30 do not build their own page #149

Closed ZacharyLesser closed 8 months ago

ZacharyLesser commented 1 year ago

These records therefore cannot be expanded and the specific URL does not exist. This must be because during Build the pages are not created because these decimal numbers are being reduced to xxxx.1 or .2 or .3

We need the code to treat 5081.1 as a distinct number from 5081.10, and so on

apjanco commented 9 months ago

I am not able to replicate this error see:

ZacharyLesser commented 9 months ago

Try a search for Title = as you like it, and then try to expand the records. They don't expand. But I see that your link is working to 5081.10 so the individual page is working. But why is it not able to expand the view in the Search Results?

apjanco commented 9 months ago

issue with expand and 5081.10 let data = item_data[deep_id];

apjanco commented 8 months ago

Should be fixed now