Track internal search queries
This PR:
- ensures search queries are stored in the DB (lowercased, and never with a trailing slash)
- Adds a
Statify_Dashboard::parse_target()method that is called for the targets list in the widget. It makes sure the search query items are not just displayed as/?s=[…]
Looks like this:
Closes #220
Have you discussed about creating an own section for this instead of adding this data to the "views" section?
I didn't (maybe other parts of the team did). But a dedicated section seems like a good idea and might integrate well into the planned extended evaluation features. Should be removed from the pages view then or maybe just grouped together as "Search".
Didn’t think about adding an own section, but like the idea, then we also do not need the Search query: prefix
Changed it so that the search queries are displayd in its own list
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
1 Code Smell
No Coverage information
0.0% Duplication