blacklight
blacklight copied to clipboard
Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
This would allow a downstream consumer to add recaptcha tags to their catalog/_email_form.html.erb to prevent bots
This prevents Rubocop from automatically using the latest version and breaking the builds. This also gives people a baseline where they can point at a set of dependencies that passed...
Reverts https://github.com/projectblacklight/blacklight/commit/e87c02adbdbd21a61c7f7dcd3ef9f8caea152ce1#diff-e05350f87cb7132bd4a97105e9137fb2d0b3212edd6cd276974247e11aef3ca2L15-L20
This can just be facet_config.name
Closes #3064
In my app, in BL7/Bootstrap 4, if the "more" modal for facets was too big for the screen, then scrolling the window would scroll _the modal_, allowing the user to...
Hello I am trying to follow the [Quickstart guide](https://github.com/projectblacklight/blacklight/wiki/Quickstart) but am struggling with the final step. Everything seems to work fine and the application starts up, but when I then...
First, I'd like to acknowledge all the work that people have put in the [blacklight-range-limit](https://github.com/projectblacklight/blacklight_range_limit) plugin over the years. Without their effort I would not be submitting this PR today....
Addressed https://github.com/projectblacklight/blacklight/issues/3091 * Use a link instead of a button for the "Start over" action on the advanced search. This allowst the "Start over" button to clear prepopulated input fields...
This commit is a rough first hack at adding the ability to filter out docs from a result set that match a facet value. For instance, all docs with `language_ssim:Tibetan`...