Skip to content

Commit

Permalink
fixes #2885 added last missing engines
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Oct 20, 2013
1 parent 02bc773 commit 37fc1f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/DataFiles/SearchEngines.php
Expand Up @@ -184,6 +184,7 @@
'search.ask.com' => array('Ask'),
'{}.search.ask.com' => array('Ask'),
'avira-int.ask.com' => array('Ask'),
'searchqu.com' => array('Ask'),

// Atlas
'searchatlas.centrum.cz' => array('Atlas', 'q', '?q={k}'),
Expand Down Expand Up @@ -212,6 +213,7 @@
'{}.bing.com' => array('Bing'),
'msnbc.msn.com' => array('Bing'),
'dizionario.it.msn.com' => array('Bing'),
'enciclopedia.it.msn.com' => array('Bing'),

// Bing Cache
'cc.bingj.com' => array('Bing'),
Expand Down Expand Up @@ -490,6 +492,10 @@
// Google Video
'video.google.com' => array('Google Video', 'q', 'search?q={k}&tbm=vid'),

// Google Scholar
'scholar.google.com' => array('Google Scholar', 'q', 'scholar?q={k}'),
'scholar.google.{}' => array('Google Scholar'),

// Google Wireless Transcoder
// - does not appear to execute JavaScript
// 'google.com/gwt/n' => array('Google Wireless Transcoder'),
Expand Down

0 comments on commit 37fc1f1

Please sign in to comment.