geoff-maddock / events-tracker

CRM and calendar to track events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities.
https://arcane.city
MIT License
16 stars 6 forks source link

Entities > Related events showing twice on venues #1165

Closed geoff-maddock closed 8 months ago

geoff-maddock commented 8 months ago

https://arcane.city/entities/roboto-project

I think it may be using a clause that includes both the tag and the venue, and it should only include it once - maybe needs a group by clause.

geoff-maddock commented 8 months ago

Fixed by adding a group clause.