mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Bring back none referrers in self hosted
This commit is contained in:
parent
7bfbe26485
commit
8fbf9e33f4
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ async function relationalQuery(
|
|||
let excludeDomain = '';
|
||||
|
||||
if (column === 'referrer_domain') {
|
||||
excludeDomain = 'and website_event.referrer_domain != $6';
|
||||
excludeDomain = 'and (website_event.referrer_domain != $6 or website_event.referrer_domain is null)';
|
||||
params.push(website.domain);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue