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
2025-07-18 19903, 2025
lucifer[m]
needed.
2025-07-18 19955, 2025
wargreen has quit
2025-07-18 19913, 2025
d4rkie has quit
2025-07-18 19941, 2025
d4rkie joined the channel
2025-07-18 19957, 2025
SigHunter has quit
2025-07-18 19908, 2025
SigHunter joined the channel
2025-07-18 19914, 2025
leftmostcat[m]
<lucifer[m]> "[@leftmostcat:matrix.org](https:..." <- So configuration of solr (and sir, presumably) rather than any technical barriers with solr?
2025-07-18 19924, 2025
lucifer[m]
<leftmostcat[m]> "So configuration of solr (and..." <- Won't know about the technical barriers until the configuration is done and we test it :)
2025-07-18 19929, 2025
leftmostcat[m]
<lucifer[m]> "Won't know about the technical..." <- Fair!
2025-07-18 19901, 2025
leftmostcat[m]
If no one is actively working on that, I may toy around with it.