Closed anonymous-matomo-user closed 11 years ago
combined ticket with #2882 and #2886
The last must be corrected this way:
~~"search.handycafe.com" => array( "handycafe", "q", "search?q={k}"), ~~
Another: http://www.arte.it/ricerca.php?q=searchterm
~~"www.arte.it" => array( "arte", "q", "ricerca.php?q={k}"), ~~ --> won't fix. no results for keyword piwik
Other:
http://home.speedbit.com/search.aspx?q=searchterm
~~"home.speedbit.com" => array( "speedbit", "q", "search.aspx?q={k}"), ~~ --> infospace powered
others:
http://www.i-mysearch.com/?q=searchterm
"www.i-mysearch.com" => array( "i-mysearch", "q", "?q={k}"),
--> does not provide the keyword when redirecting, so useless to add
http://www.plusnetwork.com/?q=searchterm
"www.plusnetwork.com" => array( "plusnetwork", "q", "?q={k}"),
--> added
One more:
http://start.facemoods.com/?q=searchterm
~~"start.facemoods.com" => array( "facemoods", "q", "?q={k}"), ~~ --> already recognized as InfoSpace powered
one more:
~~"it.luna.xy" => array( "luna", "q", "search.aspx?q={k}"), ~~
xy === tv
other:
http://isearch.glarysoft.com/?q=deuteronomio
~~"isearch.glarysoft.com" => array( "glarysoft", "q", "?q={k}"), ~~ --> added as InfoSpace powered
http://recherche.aol.fr/aol/search?q=searchterm
"recherche.aol.fr" => array( "aol", "q", "search?q={k}"), --> fixed in [5798]
http://www.xyz.com/results/results.aspx?&q=searchterm
~~"www.xyz.com" => array( "xyz", "q", "results.aspx?&q={k}"), ~~
xyz === t a t t o o d l e (without spaces: antispam!)
Thanks paolobenve for the submissions.
@vipsoft @Steve - AFAIK we keep an icon of all search engines. Should we review our policy to not include all search engine logos in the package?
I don't know if it makes ense to include logos for all these obscure search engines and add more files, size, etc. to the package. Thoughts?
@matt I'll keep that in mind for #2850.
one more:
http://start.facemoods.com/?q=searchterm
~~"start.facemoods.com" => array( "facemoods", "q", "?q={k}"), ~~ --> duplicate
one more:
http://dizionario.it.msn.com/risultati-bing.asp?q=searchterm
"dizionario.it.msn.com" => array( "msn", "q", "risultati-bing.asp?q={k}"), added to bing urls in [5821]
http://search.leonardo.it/?q=searchterm
~~"search.leonardo.it" => array( "leonardo", "q", "?q={k}"), ~~ --> added as google powered
http://www.startsiden.no/sok/index.html?q=searchterm
"www.startsiden.no" => array( "startsiden", "q", "sok/index.html?q={k}"), --> already added in [5720]
http://search.alot.com/web?q=searchterm
"search.alot.com" => array( "alot", "q", "web?q={k}"), added in [5865]
http://www.optuszoo.com.au/websearch?q=searchterm
~~"www.optuszoo.com.au" => array( "optuszoo", "q", "websearch?q={k}"), ~~
http://www.surfcanyon.com/search?q=searchterm
~~"www.surfcanyon.com" => array( "surfcanyon", "q", "search?q={k}"), ~~
http://www.crawler.com/search/results1.aspx?q=searchterm
"www.crawler.com" => array( "crawler", "q", "search/results1.aspx?q={k}"), --> already added in #2878
www.searchmobileonline.com/search?q=
"www.searchmobileonline.com" => array( "searchmobileonline", "q", "search?q={k}"), see below
http://search.incredibar.com/?q=searchterm
~~"search.incredibar.com" => array( "incredibar", "q", "?q={k}"), ~~ --> already existing as google powered
(In [5798]) refs #2885 added recherche.aol.fr
(In [5821]) refs #2885 added search engine dizionario.it.msn.com
http://start.funmoods.com/results.php?s=searchterm
~~"start.funmoods.com" => array( "funmoods", "s", "results.php?s={k}"), ~~ --> infospace powered
http://enciclopedia.it.msn.com/risultati-bing.asp?q=searchterm
~~"enciclopedia.it.msn.com" => array( "msn", "q", "risultati-bing.asp?q={k}"), ~~ --> added as bing
http://scholar.google.com/scholar?q=searchterm
~~"scholar.google.com" => array( "google", "q", "scholar?q={k}"), ~~
http://search.chatzum.com/?q=searchterm
~~"search.chatzum.com" => array( "chatzum", "q", "?q={k}"), ~~ --> InfoSpace powered
http://search.walla.co.il/?q=searchterm
"search.walla.co.il" => array( "walla", "q", "?q={k}"), see [5864]
http://www.dogpile.com/info.dogpl/search/web?q=searchterm
"www.dogpile.com" => array( "dogpile", "q", "info.dogpl/search/web?q={k}"),
http://www.searchmobileonline.com/search?q=searchterm
~~"www.searchmobileonline.com" => array( "searchmobileonline", "q", "search?q={k}"), ~~
http://www.searchqu.com/web?q=searchterm
~~"www.searchqu.com" => array( "searchqu", "q", "web?q={k}"), ~~
http://www.startsiden.no/sok/index.html?q=searchterm
"www.startsiden.no" => array( "startsiden", "q", "sok/index.html?q={k}"),
Replying to paolobenve: ...
http://scholar.google.com/scholar?q=searchterm "scholar.google.com" => array( "google", "q", "scholar?q={k}"),
For the scholar.google entry I would propose: 'scholar.google.com' => array('Google Scholar', 'q', 'scholar?q={k}'), 'scholar.google.{}' => array('Google Scholar'),
These are more similar to the existing Google SE.
(In [5865]) refs #2885 added search.alot.com (powered by google)
~~I get several hits per day from http://suche.web.de, along the line of http://suche.web.de/web?origin=serp_sf_atf&q=age+of+space+&search=Suche Please add this to Piwik. Thanks!~~
(In [7554]) refs #2885 added missing query param to suche.web.de
(In [7555]) refs #2885 added tattoodle.com to infospace powered search engines
(In [7556]) refs #2885 added it.luna.tv to google powered search engines
You're welcome to suggest here new search engines to add to Piwik!
Since many search engines have been reported and they haven't entered piwik code yet, it would be better to have the reported ones included in code, so that everyone can see what engines are missing.
@paolobenve would you be able to send a pull request for your changes? we'd gladly push them! http://piwik.org/participate/contributing-with-git/
In 3fe83f56fb6ea12c9ba324f528415df6ab3dab2c: refs #2885 added a couple of new search engines
Reported by email:
# Yahoo Japan
~~http://image.search.yahoo.co.jp/search?ei=UTF-8&fr=top_ga1_sa&p=%EF%BD%94%EF%BD%8F+%EF%BD%88%EF%BD%85%EF%BD%81%EF%BD%92%EF%BD%94+%EF%BD%8C%EF%BD%8F%EF%BD%87%EF%BD%8F~~
**--> already recognized; added test**
# Google
http://www.google.ca/
http://www.google.be/ig?hl=fr
**--> Every search eninge is only recognized if a keyword is present**
# Claro
~~http://www.claro-search.com/?q=logiciels+pour+%C3%A9crire+en+japonais+avec+windows+xp&s=web&as=0&rlz=0&babsrc=SP_clro~~
**--> added**
#Domoco
~~http://search.smt.docomo.ne.jp/result?MT=%E3%83%AC%E3%82%B9%E3%82%AD%E3%83%A5%E3%83%BCme+ova&SID=s08&SPAGE=1&UNIT=11&IND=000&PAGE=2&URANK=11&TPLID=01~~
**--> added as google powered**
# Domoco Image
~~http://image.search.smt.docomo.ne.jp/image_detail.php?FR=189&MT=%E3%81%B5%E3%81%9F%E3%82%8A%E3%81%AF%E3%83%97%E3%83%AA%E3%82%AD%E3%83%A5%E3%82%A2MaxHeart&RS=21&PT=000~~
**--> added as google powered**
# Smart Address Bar
~~http://search.smartaddressbar.com/web.php?s=habillage+aikatsu~~
**--> added**
# Orange
~~http://lemoteur.ke.voila.fr/?module=orange&bhv=images&kw=negi%20ma%20ala%20alba%20eva~~
**--> added to Orange**
# v9 (yahoo ?)
~~http://search.v9.com/image/?q=saeko&hl=mx&yahoo=0&pn=2&ab=default~~
**--> added as infospace powered**
# Google
http://www.google.pl/blank.html
https://www.google.fr/search?tbs=sbi:AMhZZiszfgcrdxkeJHEyjBhz0TbEakeG2v8hN-aHW31MK5OPg44gVTk4PYSCDqP086n_1_1490FRhYEuGm57UEF5vRYS5Uog6iqD7i3zBo3eN5tSiqCHgR3ZblKDBIJsCGZ42AEkKzFYxAxr9AvJDAMN5DtWRJz_1WfkztwuL4apUsOI5_1gJFl1x51L4BuAbzfI1rL5kUGTnuk7-krLP-4f3pqZp1oh4a94bb0aT-0gBD2EyibMklttoSIokEwVBgoOMPpDCE2PrlBIxs9dKH-XmQ8s2SkoQFr1OpM8ASmXLtrGdzaz3QLxzEgsCf1Mxgz-1kZO5BWb2Ibv1U54S8c8N2MKZnzlf0NOCiRWeJc0SccZKy45nLToAPe_1zD8WSL-hVJh2SwIcx0-2EMe6pbixImSwa-4v6V1StWTRTG1AG8sjCYY7OJA-A1BDVkqqT1ozDZpgz_1YvWtrNVzAHCnVid05GrGZ13MFuJYMjgAiLOBZz6FhM8ixyk8A7O0swErcjuxxO2TohEf_1O_1VuwIihc0eaaRopATeTTGQ7EjVi7AxkfVzRyQPDwzZnL9fwXFp33MatuR7XCkbgoW0v7icZbZ5u_1iXvTpn6jDMBhhdX54WrDeffkYupSTgIKfQehpb4LS8OtiluRM4LNzR91HOg3WYIfjcCVVJwNDYJ1DYnPVrOurg8WrXSMPjfPA0BvmqJYoffLfKaDyoCbtIMvh9O9GR-cwQRom_1P8zAWzX6izROXbXITDc01MjdAG7rKS1I40NB_1as tBKJdJ7 Qk81ZV-8LucXI6Mn5NUgcyODUbXvzx2LVznldIvl4u1ftFBLtK2ofISJQYm2dggXsk6-vIoAVoNZHNurvi_1vSlJ9EZreYQO7_1WpFGpMmyMPI99QpSxjWKl4e9cQQunRUZ1WiSmtMyjhbk-gDVQhrHsE6JmKxhcno6U7Zg6d7-FM7l6jvDV_1uKaPyTXikFHmKmMWCrgZUuhznptHXA1xCg9JFMH5Z5Pt9CqeF0d1XY4IQmD69S-m_1HHH22n4_1-4MzcYNDh7AO0rNfmU_1BbyklChVKjHmMaXf6BVb9TtA1_1f_1lCFHfFQ97UTHHuNIXdA3Q7agE8pUhqk3-U53fxEuHuu_186-ohjd_1LmVZ1FznEK5pRqkVHAUH01XgeIatYnoC4FVWUwAd_1ouDnnW1MavdQnbnLs8g3RR-z2GtSAjCOS4g9ylkYLKpArYA_1hixsaA_1YOT4pgb1AggkmDPSbn0fYnrxrbmKolY4RVz2riwpCnWcPo4DtWYY75HknDocWzY7uYKgYbHQ6AzqBd4VjQT-rCQ&hl=fr&bih=799&biw=1600
**--> as above. missing keyword**
In 3e84f6f2b8d6dabcb5b7468d2d48b0acb23c8cea: refs #2885 added some search engines and tests
In 72b3cd4d81168e65c4d460cf136563b8702bc58a: refs #2885 added plusnetwork.com as search engine
In c675c93dae8b10f35fbd467c408bdd252a644080: refs #2885 added surfcanyon.com as search engine
In 37fc1f1cd10dfef86ac429af0f6254436d0d6ccb: fixes #2885 added last missing engines
~~"websearch.4shared.com" => array( "4shared", "q", "results?q={k}"), ~~ --> added as InfoSpace powered
"www.123-find.com" => array( "123-find", "q"),
"search.imesh.com" => array( "imesh", "q", "web?q={k}"),--> added"searchya.com" => array( "searchya", "q", "?q={k}"),--> added as InfoSpace powered"search.handycafe.com" => array( "handycafe", "q", "search?q=cristianesimo{k}"),