blacklight
blacklight copied to clipboard
Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
Currently the pagination component does not show if the record is the only result for a search. We would like to enable the pagination component to display if there is...
Right now on the release-7.x branch, `_previous_next_doc.html.erb` includes the following deprecation notice: ``` The partial _previous_next_doc.html.erb will be removed in 8.0. Render Blacklight::SearchContextComponent instead. ``` This is outdated advice, since...
The CSS variable (`--bl-facet-active-bg`) used to set the background-color of the `.card-header` for an 'active' facet field is not available on the advanced search page. The variable is declared within...
If in the configuration you only call `add_search_field` once, then the `search_field` form component is hidden. However the "Skip to search" link still points at that hidden element. See https://github.com/geoblacklight/geoblacklight/issues/1580