piwik-sitesearch
piwik-sitesearch copied to clipboard
Duplicate keywords in "Most popular internal searches" report (from different idSite)
The "Most popular internal searches" report contains "test" twice for me:
The keyword "test" appears in the database (piwik_log_sitesearch) for two siteids; domain hahler.de (siteid=1) and paul.hahler.de (siteid=8): "78";"1";"test";"0" "153";"8";"test";"0" I've started debugging this using "var_dump-injection", but came only thus far as that something returned from Piwik_Archive::build($idSite) (with the correct idSite of 1), returned both entries (from different Site IDs already). IIRC this was via Piwik_SiteSearch_Archive::getDataTable.
Could you check, whether this problem still exists in the latest commit? Thanks.