Chris Beer
Chris Beer
Or, I'd add -- yes, our previous selves were not as smart as we could have been. I don't think we've ever articulated a project-wide policy for how we support...
``` irb(main):003:0> ActiveFedora::File.method(:find).source_location => ["/Users/cabeer/.gem/ruby/2.3.3/gems/active-fedora-11.1.4/lib/active_fedora/querying.rb", 3] # .find delegates to .all: irb(main):006:0> ActiveFedora::File.method(:all).source_location => ["/Users/cabeer/.gem/ruby/2.3.3/gems/active-fedora-11.1.4/lib/active_fedora/scoping/named.rb", 21] ```
`render_document_partials` is deprecated in Blacklight 8,
Thanks for the report. We build the lucene query used for the bookmarks page here: https://github.com/projectblacklight/blacklight/blob/master/lib/blacklight/solr/search_builder_behavior.rb#L72 I took a quick look into this, and it seems like Solr translates "id:(-123)"...
Thanks for the report, and the test case object. I had a look at the IIIF spec and I feel like there's some ambiguity about whether a canvases annotations can...
I took a simplified solrconfig.xml (from the solr multicore example) and dropped in all of our request handlers. I know @ndushay (and likely @jrochkind) have good DRY approaches to the...
(Let's use #407 for discussion about the schema)
Yes, absolutely.
I agree we don't need to use collection parameters, but `with_collection` is pretty handy so I'm not sure why we want to just throw it away here.
Too bad about all the side-effects, though. I'm not sure it's worth it. It's probably easier just to declare configuration keys are symbols.