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

Bing image Search #1283

Closed
anonymous-matomo-user opened this issue Apr 3, 2010 · 5 comments
Closed

Bing image Search #1283

anonymous-matomo-user opened this issue Apr 3, 2010 · 5 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

Maybe it would be useful to add the Bing Image search to the search engines.

        // Bing Images
        'www.bing.com/images/'      => array('bing.com', 'search', 'http://www.bing.com/images/search?q={k}'

Hope it works

@robocoder
Copy link
Contributor

"hope it works"? Can you test it?

@robocoder
Copy link
Contributor

The current logic is on the domain name, excluding the path. To implement this enhancement would require changes to Piwik.php extractSearchEngineInformationFromUrl().

Marking as wontfix, but invite anyone to submit a clean patch.

@mattab
Copy link
Member

mattab commented Apr 6, 2010

Note that Google images is handled using a manual hack, see https://github.com/piwik/piwik/blob/master/core/Common.php#L945

Such similar hack could be used for bing images

@robocoder
Copy link
Contributor

Let's try to fix this at the same time as #1348

@mattab
Copy link
Member

mattab commented May 13, 2010

(In [2175]) Fixes #1283 Bing images search. I haven't tested in the UI and checked that the link to the keyword works.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.6.2 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants