blacklight
blacklight copied to clipboard
Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
The class [Icon](https://github.com/projectblacklight/blacklight/blob/c771e597df4fcf5bd700019f2a7157616e60a9af/app/models/blacklight/icon.rb#L74) relies on Sprockets. Not sure if it's a goal to make the application not rely on Sprockets in any way, but if it is I thought I'd...
Not for merging (yet.. if ever...), but stashing here in case it's useufl.
Filter value labels from ItemPresenter may contain markup suitable for the constraints display which cannot be rendered in a page ``. This makes the content rendered by `CatalogHelperBehavior#render_search_to_page_title` difficult to...
…est and params object Very similar to approach for crawler, but semantically a bit different? What do others think?
When a facet missing query is executed Solr appends the facet missing value to the facet fields results as an additional value set. This is an extra value count so...
A closed and unmerged PR in #2308 intended to add a "Preferred" citation export to the solr document mixins. It would have to be reimplemented since it relied on the...
@mejackreed opened a now-closed draft PR (#2154) that was never completed. This is a placeholder for discussion per relevance.
This is an issue that cuts across some open PRs (#2596 #2304) - ViewComponent provides a `#{x}_counter` mechanism for rendering collections of components, and our existing `document_counter` logic doesn't conform...