What are the barriers to offering entity type-agnostic search? As in, a search bar where I can enter "Lúnasa" and it will give me back both the artist Lúnasa and their self-titled album.
[@leftmostcat:matrix.org](https://matrix.to/#/@leftmostcat:matrix.org) mostly a matter of supporting it on the search server (solr), currently each each entity is organized separately in its own collection. so in the current structure you would need to search all the collections separately and then combine the results which can be very inefficient, to do it more efficiently a new collection that has the data from all entities would be