samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
184 stars 124 forks source link

When I nest a collection, I need to run a reindex the relationships on that object. #1574

Closed jeremyf closed 6 years ago

jeremyf commented 7 years ago

When I nest a collection, I need to run a reindex the relationships on that object. This is the back-end work for indexing the nested relationships. It relates to #1512.

The next steps are:

Reverse Relationship Todo Items

If we agree to change the direction of the relationship:

If we do not agree to change the direction of the relationship:

If we delay on changing directions until after we've wired in the indexer and deployed to production code:

laritakr commented 6 years ago

Resolved by https://github.com/samvera/hyrax/pull/2636