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

New search engine #907

Closed
anonymous-matomo-user opened this issue Aug 6, 2009 · 4 comments
Closed

New search engine #907

anonymous-matomo-user opened this issue Aug 6, 2009 · 4 comments
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

Saw these come up today, not sure what the process is so just logging a ticket:

au.search.yahoo.com
search.hp.my.aol.com

@robocoder
Copy link
Contributor

A patch to core/DataFiles/SearchEngines.php would be better. ;)

@anonymous-matomo-user
Copy link
Author

Here are the 3 (found one more) lines :)

'search.hp.my.aol.com.au' => array('AOL', array('query', 'q'), 'aol/search?query={k}'),
'au.search.yahoo.com' => array('Yahoo!', 'p', 'search?p={k}'),
'au.yhs.search.yahoo.com' => array('Yahoo!', 'p', 'avg/search?p={k}'),

not sure how to add a patch perse, so I hope this helps!

@robocoder
Copy link
Contributor

(In [1370]) fixes #907 - more search engines; fix searchim typo (> instead of =>); tabify for consistency (no, I didn' do this manually; I wrote a script, of course)

@robocoder
Copy link
Contributor

(In [1371]) refs #907 - remove some redundancy

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.4.3 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