josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Implement two-group-constrained entity multi-search. #51

Closed josiah-wolf-oberholtzer closed 8 years ago

josiah-wolf-oberholtzer commented 8 years ago

We should be able to pass a group of entity keys for the left-hand side and a group of entity keys for the right-hand side.

This is useful when looking at the labels an artist has been released on. You would want to know if artists related to that artist have also been released on those labels. The labels and related artists here are at degree-1. You would also want to ignore label relations beyond degree-1 (due to exponential complexity).

josiah-wolf-oberholtzer commented 8 years ago

Done.