Trey Pendragon

Results 122 comments of Trey Pendragon

This will change the indexer signature from ```ruby def initialize(resource:) end def to_solr end ``` to ```ruby def initialize(resource:, index_hash:) end def to_solr end ``` We'll have to change `CompositeIndexer`...

@escowles This functionality is removed in F5 isn't it?

Right now this will raise an error when it happens, but it won't be consistent.

Looks like Faraday supports streamed requests now.

@mbklein @awead Would this have been useful or was it just as easy to write it from scratch? Maybe just need documentation?

Advanced Topics: Writing a Metadata Adapter

It looks like we can just use `ActiveSupport::Notifications.instrument` to implement this. Looking through things like the AR code base, this seems pretty normal. I...don't think we need to add these...

@awead You still have to use the ID as the value of the member_of_collection_ids. The alternate ID is just like a slug, a Metadata value to find the collection by.