Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/DataFiles/SearchEngines.php4
-rw-r--r--tests/resources/extractSearchEngineInformationFromUrlTests.yml8
2 files changed, 12 insertions, 0 deletions
diff --git a/core/DataFiles/SearchEngines.php b/core/DataFiles/SearchEngines.php
index 7688d9af35..1254c81691 100644
--- a/core/DataFiles/SearchEngines.php
+++ b/core/DataFiles/SearchEngines.php
@@ -86,6 +86,9 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) {
// Acoon
'www.acoon.de' => array('Acoon', 'begriff', 'cgi-bin/search.exe?begriff={k}'),
+ // Aguea
+ 'chercherfr.aguea.com' => array('Aguea', 'q', 's.py?q={k}'),
+
// Alexa
'alexa.com' => array('Alexa', 'q', 'search?q={k}'),
'search.toolbars.alexa.com' => array('Alexa'),
@@ -183,6 +186,7 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) {
'{}.search.ask.com' => array('Ask'),
'avira-int.ask.com' => array('Ask'),
'searchqu.com' => array('Ask'),
+ 'search.tb.ask.com' => array('Ask'),
// Atlas
'searchatlas.centrum.cz' => array('Atlas', 'q', '?q={k}'),
diff --git a/tests/resources/extractSearchEngineInformationFromUrlTests.yml b/tests/resources/extractSearchEngineInformationFromUrlTests.yml
index 04ef7b70c7..698425202a 100644
--- a/tests/resources/extractSearchEngineInformationFromUrlTests.yml
+++ b/tests/resources/extractSearchEngineInformationFromUrlTests.yml
@@ -434,6 +434,14 @@
engine: 'SeeSaa'
keywords: '日本テレビ放送網'
+- url: 'http://chercherfr.aguea.com/s.py?q=piwik'
+ engine: 'Aguea'
+ keywords: 'piwik'
+
+- url: 'http://search.tb.ask.com/search/GGmain.jhtml?searchfor=Drinkable+sunscreen&tpr=tt-pop-h&n=&st=hp&qs='
+ engine: 'Ask'
+ keywords: 'drinkable sunscreen'
+
- url: 'http://search.smartaddressbar.com/web.php?s=habillage+aikatsu'
engine: 'SmartAddressbar'
keywords: 'habillage aikatsu'