matomo-org/matomo

Add info to Report Search tooltip

Open

#19,042 opened on Apr 4, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)PHP (2,847 forks)batch import
EnhancementHelp wantedc: Design / UI

Repository metrics

Stars
 (21,513 stars)
PR merge metrics
 (Avg merge 8d 11h) (106 merged PRs in 30d)

Description

Currently the search box for report data just says "Search" when hovering over it: image

And it seems that many people don't know that they can use regex in the search bar to make more advanced searches or use it as a filter for the data they're looking for.

We can either update the tooltip to give more info (I.e. "Search using a string or regular expression") Or we can link to the relevant FAQ that explains how to use the search function: https://matomo.org/faq/how-to/faq_185/

Contributor guide