blacklight
blacklight copied to clipboard
Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
(From a discussion out of LDCX; ticket to come later)
When testing Blacklight 7 with the available online demo (http://demo.projectblacklight.org/) our users with the accessibility group experienced difficulty with the autocomplete and the search bar. 1. Two input boxes near...
We recently began experimenting with BL7, Solr 7.4, Rails 5.2 and a 7 million item catalog. In the early testing so far we've noticed that the suggester feature errors out....
I am using Blacklight along with sunspot. Since recently we stuck with version 5.14, but today I updated my bundle to 5.18. After the update I found that reindexing in...
When testing Blacklight 7 with the available online demo (http://demo.projectblacklight.org/) our users with the accessibility group discovered some unexpected behavior when using the facets to filter search queries. 1. The...
When thumbnails are configured to appear on the search index, depending on screen size the results text and the image collide/overlap. The layout could use a bit of an adjustment...
In the latest demo version When I create a bookmark And I go to the bookmark show page Then I click on the bookmark My previous and next seems to...
**Background:** * I have an engine, `MyEngine` with an isolated namespace. * The engine is mounted in the host app under `my_engine`. * `MyEngine` has a controller `MyController`. * `MyEngine::MyController`...
Clicking into the box does not expose the keyboard. Perhaps there's a problem with the autocomplete integration?
Applying an accessor to a metadata field seems to force display of the field even if it has no value
Following directions for adding an accessor similar to those here: https://github.com/projectblacklight/blacklight/wiki/Configuration---Results-View causes this to happen. Overriding document_has_value? here: https://github.com/projectblacklight/blacklight/blob/1640c0cb4b1bd54c00c6ea647083e617dbb600d5/app/helpers/blacklight/blacklight_helper_behavior.rb seemed to fix this in my local app but not sure...