blacklight icon indicating copy to clipboard operation
blacklight copied to clipboard

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.

Results 244 blacklight issues
Sort by recently updated
recently updated
newest added

- [x] Ship blacklight javascript and css as an npm package - [ ] Provide and support documentation for how to use this in webpacker and importmap - [ ]...

Currently it returns any parameters. This happens to cause a problem when we try to: `redirect_to solr_document_path(search_state.to_h)` after handling a form submission. The form had a lot of data on...

when following the Quick strat guide, after running the 'rails server' command, the following error is show: /.rvm/gems/ruby-3.0.0/gems/blacklight-7.23.0.1/lib/blacklight/solr/document.rb:19:in `': uninitialized constant Blacklight::Document (NameError) any ideas how to solve this? thanks

Perhaps we have features like spellcheck commented out so users can easily enable them? How would this affect the demo app?

CODEBASE-297: Add a field into the form that is hidden from display and is empty (or has a fixed string). If the contents of that field are modified from its...

CODEBASE-110: We should provide exemplar tests for the demo app. Some excellent candidates: - "do you have BL configured correctly to work against solr index"? - w3c html tests -...

To replicate this issue: 1. Go to [https://demo.projectblacklight.org/catalog?search_field=all_fields&q=](https://demo.projectblacklight.org/catalog?search_field=all_fields&q=) 2. Add more than 10 bookmarks (like 15) 3. Go to the [Bookmarks page](https://demo.projectblacklight.org/bookmarks). 2. Delete the first 10 bookmarks and then...

Bug

The track_url/search session mechanism in Blacklight supports two related but distinct features in Blacklight: 1. Previous/next/back to search navigation in the show view 2. Search history tracking At the cost...

#2469 changes the `.constraints-container` to `display: flex` in order to improve pixel alignment. But for long lines, it can change the layout in other ways that may be undesirable. ##...