mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
Merge pull request #2120 from Maxime-J/none-referrers
Bring back none referrers in self hosted
This commit is contained in:
commit
c0d18192a8
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ async function relationalQuery(
|
||||||
let excludeDomain = '';
|
let excludeDomain = '';
|
||||||
|
|
||||||
if (column === 'referrer_domain') {
|
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);
|
params.push(website.domain);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue