Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show internal search keywords results grouped by search category #3717

Open
anonymous-matomo-user opened this issue Jan 30, 2013 · 5 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@anonymous-matomo-user
Copy link

I use Internal Search like this

piwikTracker.trackSiteSearch( $("#inputCat1").val(), "Category1", 0 )
piwikTracker.trackSiteSearch( $("#inputCat2").val(), "Category2", 0 )

I see the reports like this

keyword1 50
keyword2 20
keyword3 10

Category1 45
Category2 35

I think it would be useful to see them hierachical like this

Total 80
keyword1 50
keyword2 20
keyword3 10

Category1 45
keyword1 30
keyword3 10
keyword2 5
Category2 35
keyword1 20
keyword2 15

@anonymous-matomo-user
Copy link
Author

Would apprechiate this feature too. Currently the widget 'getSiteSearchNoResultKeywords' only shows three columns: sword, nb_visits and exit_rate.

As I understand it, this is configured in "plugins/Actions/Actions.php":

769     public function configureViewForSiteSearchNoResultKeywords(ViewDataTable $view)
770     {
771         $view->config->addTranslation('label', Piwik::translate('Actions_ColumnNoResultKeyword'));
772         $view->config->columns_to_display = array('label', 'nb_visits', 'exit_rate');
773
774         $this->addSiteSearchDisplayProperties($view);
775     }

How about adding the "all columns" button?

$view->config->show_table_all_columns = true

Since we're tracking the category along with the sword by calling

_paq.push(["trackSiteSearch", "somenonexistingword", "Category A", 0); 

it'll be only logical to show these categories in the no-results widget when showing all columns, don't you think?

@anonymous-matomo-user
Copy link
Author

Me too! Me too!

@anonymous-matomo-user
Copy link
Author

Our company is also interested in this feature. We want to know on which searchpage (we use different search categories for our different searchpages, e.g. product search or document search) the user searched for something, so we can improve our searching service.

@anonymous-matomo-user anonymous-matomo-user added this to the Future releases milestone Jul 8, 2014
@mattab mattab modified the milestones: Long term, Mid term Dec 23, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
@bmorg
Copy link

bmorg commented Jan 24, 2017

+1 on this.

@m-apsolon
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

4 participants