-
Peter Rotich authored
This commits adds ability to add extra joins to a queryset. If the join has constraints then it's LEFT joined otherwise straight JOIN is assumed. This is necessary to fix queue counts for queues with keyword search.
Peter Rotich authoredThis commits adds ability to add extra joins to a queryset. If the join has constraints then it's LEFT joined otherwise straight JOIN is assumed. This is necessary to fix queue counts for queues with keyword search.