Ticket #1283 (closed New feature: fixed)

Opened 23 months ago

Last modified 21 months ago

Bing image Search

Reported by: eagle Owned by:
Priority: normal Milestone: Piwik 0.6.2
Component: Core Keywords:
Cc: Sensitive: no

Description

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

Change History

Changed 22 months ago by vipsoft

"hope it works"? Can you test it?

Changed 22 months ago by vipsoft

  • keywords bing images removed

Changed 22 months ago by vipsoft

  • keywords interesting added
  • status changed from new to closed
  • resolution set to wontfix

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.

Changed 22 months ago by matt

  • milestone changed from 1 - Piwik 0.6 to 5 - Piwik 1.0 - Stable release

Note that Google images is handled using a manual hack, see  http://dev.piwik.org/trac/browser/trunk/core/Common.php#L945

Such similar hack could be used for bing images

Changed 21 months ago by vipsoft

  • status changed from closed to reopened
  • resolution wontfix deleted
  • milestone changed from 4 - Piwik 1.0 - Stable release to 0 - Piwik 0.6.2

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

Changed 21 months ago by vipsoft

  • status changed from reopened to new

Changed 21 months ago by vipsoft

  • keywords interesting removed

Changed 21 months ago by matt

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.