Skip to content
Extraits de code Groupes Projets
Valider 639b928b rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

refs piwik/searchengine-and-social-list#3 improves detection for yahoo japan...

refs piwik/searchengine-and-social-list#3 improves detection for yahoo japan searches without keyword
parent 3e38fdf9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -290,7 +290,7 @@ class SearchEngine extends Singleton
if (empty($key)
&& (
// Google / Yahoo search with no keyword
(($searchEngineName == 'Google' || $searchEngineName == 'Yahoo!')
(($searchEngineName == 'Google' || $searchEngineName == 'Yahoo!' || $searchEngineName == 'Yahoo! Japan')
&& (empty($query) && (empty($referrerPath) || $referrerPath == '/' || $referrerPath == '/search') && empty($referrerParsed['fragment']))
)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter