Cory Lown
Cory Lown
`LCKSTK` is not included among the circulating item types for `SAL` in `Settings`, which if I'm reading the code correctly, is required for the request button to show up: https://github.com/sul-dlss/SearchWorks/blob/511930198c115b9c872d37815bc5aea5d26acda3/config/settings.yml#L468
Just confirmed that adding `LCKSTK` to the list of circulating item types for `SAL` allows the request button to show up for this record. I am not sure whether `LCKSTK`...
Jacob checked with Wayne and we can postpone this work until Spotlight is updated to use bootstrap 5. Does not need to be completed in the Spring 2023 work cycle.
I _think_ this issue is requesting that facets appear on pages like this one: https://dlmenetwork.org/library/browse/group/manuscripts/persian-manuscripts.
We should set aside concerns about Boolean operators for this issue, since that’s a separate feature in Solr and has been addressed via #1352. As written, the search features described...
Review in context of sul-embed changes and new Safari versions and decide whether work is still needed.
An alternative to setting the collection's `sort_isi` value to an arbitrary high number like `999999` is to use a function in the sort to place 0 values last: `if(eq(sort_isi,0),0,div(1,field(sort_isi))) desc`.
We took a slightly different approach at Stanford. This could be added to Arclight core if it's desirable: https://github.com/sul-dlss/stanford-arclight/commit/cbbf175c85f97177794b53a4304a8956613ef3fd It adds `sort_isi asc` as the first fallback if there's no...
Verify if https://github.com/projectblacklight/spotlight/pull/3197 fixed the issue.
At first glance the problem appears to be that the keys in the data attribute for the SolrDocumentSidecar are imported as symbols instead of keys. And this is a problem....