blacklight
blacklight copied to clipboard
Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
This is the appropriate semantic markup. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/search
Backport of #2696
This also better aligns the `attribute` class method with upstream conventions in Rails (i.e. `default`, type-as-symbol, etc)
Can we just render each partial to the buffer instead?
This error handling code is not localized: https://github.com/projectblacklight/blacklight/blob/master/app/assets/javascripts/blacklight/modal.js#L108-L112 ``` var contents = "" + "Network Error" + '' + ' ×' + ''; ``` We should extract the modal title...
There are likely hundreds of examples, but we have a problem every time module code invokes a method (or attribute, class variable, etc.) that: - it has no certainty even...
Our documents have randomly generated UUIDs. All the UUIDs are large integers with the majority of these being negative numbers. The search builder that passes the query to solr does...
I can't find any information besides https://groups.google.com/forum/#!topic/blacklight-development/V5U1n7iHjK4 about the activation of the more_like_this function. I also couldn't get it working. Can a wiki page be created for this functionality?
Hi, if I understand correctly, the default is that the "title_display" field is used as result title with the "id" field as the link to an internal relative URL. My...