<rexwilliams1234[> "Thank you. Much appreciated..." <- Thanks for the query on genres. One thing I am curious about is entity_tag. I can’t find it as a table or view. Would it be some kind of legacy reference or some type of generalized tag placeholder meant to refer to different tag tables? I substituted artist_tag for entity_tag. and saw that the query worked. Appreciate any information on where entity_tag comes
from.
\- joined the channel
function1 has quit
function1 joined the channel
aerozol[m]
Thanks bitmap, it’s all good, it’s usually just a few accounts/not thousands!
Otherwise I’ll let you or reo know
bitmap[m]
<rexwilliams1234[> "Thanks for the query on genres...." <- the `FROM artist_tag entity_tag` part just creates a [table alias](https://www.postgresql.org/docs/16/sql-select.html#SQL-FROM), and yes, it was copied from the server code where it was primarily used to avoid having to interpolate the specific table name many times :) if you're only working with artists it serves no real purpose
Kladky has quit
Kladky_ joined the channel
Kladky_ is now known as Kladky
Kladky has quit
HSOWA joined the channel
LupinIII joined the channel
ApeKattQuest has quit
Zenigata has quit
salaxceitor[m] has quit
minimal has quit
pite has quit
Kladky joined the channel
Kladky has quit
Kladky joined the channel
Kladky has quit
Kladky joined the channel
Kladky has quit
Kladky joined the channel
Kladky has quit
Kladky joined the channel
Kladky has quit
Kladky joined the channel
Kladky has quit
BrainzGit
[listenbrainz-server] 14MonkeyDo opened pull request #3247 (03master…thank-you-feed-events-improvements): UserFeed: improve missing "thank you" events preview (Part II) https://github.com/metabrainz/listenbrainz-serv...
allen has quit
dvirtz[m] joined the channel
dvirtz[m]
Hello. I'd like to try working on SEARCH-434 and would love some pointers on where to start.
hi dvirtz, you'll certainly need some mbsssss changes to add the necessary fields to the work core, and also some [sir](https://github.com/metabrainz/sir) changes to post those fields to solr when the database changes
dvirtz[m]
Would it require a schema change?
bitmap[m]
we already support work attribute lists in the mmd-schema, so I don't think so, unless you had some other addition in mind
dvirtz[m]
no, I just saw database changes and was afraid you meant a schema change
bitmap[m]
ah, I meant: when a work attribute value in the database changes, sir sends those changes to solr