Ticket #2761 (closed Bug: fixed)
Mail.ru search engine results encoding has changed
| Reported by: | Erazor | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.7 Piwik 1.7 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description
File: SearchEngines.php
Original (shows incorrect encoding): // Mail.ru 'go.mail.ru' => array('Mailru', 'q', 'search?q={k}', 'windows-1251'),
I changed to: // Mail.ru 'go.mail.ru' => array('Mailru', 'q', 'search?rch=e&q={k}'),
And now it seems to work correctly.
Change History
Note: See
TracTickets for help on using
tickets.
