قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 15:07:44 +00:00

* Database migration * Populate new columns * Refactor Dimensions * Remove CustomVariables SearchCategory dimension * Update query in ActionsArchiver * New implementation of archiving for Actions.getSiteSearchCategories * Change search_count column to integer * Remove check for CustomVariables plugin being enabled * Remove references to search category/custom CV constants * Prevent undefined offset error in DataArray when row is empty * Update system tests * remove unused method * fix update script * populate sitesearch category and count in visitor details * ignore old site search variables in visitor details * updates some exptected test files * Show search categroy and count in action tooltip * append category and count to action subtitle * fix category archiving * update tests * Allow segmenting by search category and count * update tests * fix update * fix tests * keep old sitesearch vars as preserved custom variable * updates expected UI files * fix tests * set segment name correctly * apply review feedback Co-authored-by: sgiehl <stefan@matomo.org>
9 خطوط
170 B
XML
9 خطوط
170 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<result>
|
|
<row>_pks</row>
|
|
<row>_pkn</row>
|
|
<row>_pkc</row>
|
|
<row>_pkp</row>
|
|
<row>_pk_scat</row>
|
|
<row>_pk_scount</row>
|
|
</result> |