Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Daum and Nate search engine #1849

Closed
anonymous-matomo-user opened this issue Nov 30, 2010 · 1 comment
Closed

Add Daum and Nate search engine #1849

anonymous-matomo-user opened this issue Nov 30, 2010 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

Daum.net and Nate.com is 2nd and 3rd search engine in South Korea.

Possible code addition in SearchEngines.php is:

// Daum
'search.daum.net' => array('daum', 'q','x-windows-949'),

// Nate
'search.nate.com' => array('Nate', 'q', 'search/all.html?q={k}','x-windows-949'),

favicons:
search.daum.net.png
search.nate.com.png

@robocoder
Copy link
Contributor

(In [3393]) fixes #1849 - add Daum and Nate search engines

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants