Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google.ch is reported as external websites rather than as search engine #688

Closed
anonymous-matomo-user opened this issue May 2, 2009 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@anonymous-matomo-user
Copy link

google.ch is included in the list of external websites, despite being correctly listed in the list of Piwik search engines.

The URLs in the report all have the following format:
http://www.google.ch/search?q=[search_term]&hl=de&start=10&sa=N

@robocoder
Copy link
Contributor

The problem is www.google.ch appears twice in core/DataFiles/SearchEngines.php

        "www.google.ch"         => array("Google", "q"),
...
        "www.google.ch"         => array("Google", "as_q"),

Related ticket: #194

@anonymous-matomo-user
Copy link
Author

I added a patch to #689 that (among adding a bunch of new search engines) fixes this problem.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants