Skip to content

Commit

Permalink
refs #5114 added detection for so-net.ne.jp
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed May 20, 2014
1 parent 5fee235 commit 64b6b21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/DataFiles/SearchEngines.php
Expand Up @@ -809,6 +809,9 @@
// Snap.do
'search.snap.do' => array('Snap.do', 'q', '?q={k}'),

// So-net
'www.so-net.ne.jp' => array('So-net', 'query', 'search/web/?query=k{}'),

// Sogou
'www.sogou.com' => array('Sogou', 'query', 'web?query={k}', 'gb2312'),

Expand Down
Expand Up @@ -422,6 +422,10 @@
engine: 'Biglobe Images'
keywords: 'サーリンク('

- url: 'http://www.so-net.ne.jp/search/web/?query=piwik&from=gp&kz=&suggest=gp_suggest_on'
engine: 'So-net'
keywords: 'piwik'

- url: 'http://search.smartaddressbar.com/web.php?s=habillage+aikatsu'
engine: 'SmartAddressbar'
keywords: 'habillage aikatsu'
Expand Down

0 comments on commit 64b6b21

Please sign in to comment.