Ticket #575 (closed Bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Duplicated keywords in search engine keywords report

Reported by: matt Owned by:
Priority: major Milestone: RobotRock
Component: Core Keywords:
Cc: Sensitive:

Description

For example on piwik.org/demo for 1st of March, the keyword "piwik" appears twice in the report.

This is not due to trailing spaces as the keywords are trimmed (see core/Tracker/Visit.php line 710).

This could be due to encoding issue or other special characters.

Change History

Changed 3 years ago by matt

may be fixed whe n #589 is fixed

Changed 3 years ago by matt

(In [1014]) - cleaning up the search engine parsing code, adding tests, recording UTF8 keywords in the DB rather than encoded (as tables are now utf8, refs #310) - adding tests in url.test.php and fixed double encoding in some edge cases - fixed #589 Piwik fails to properly decode and store some chinese keywords (eg. from baidu.com) - fixed #435 Exotic encoded keywords should be stored as utf-8 in the DB - refs #575 hopefully fixed, will give it a few days of tests on piwik.org

Changed 3 years ago by matt

  • status changed from new to closed
  • resolution set to fixed

bugs not showing anymore

Note: See TracTickets for help on using tickets.