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

recursive_search not working #12403

Open
eramirezprotec opened this issue Jan 4, 2018 · 0 comments
Open

recursive_search not working #12403

eramirezprotec opened this issue Jan 4, 2018 · 0 comments

Comments

@eramirezprotec
Copy link
Contributor

I have created a report that has a subtable for every row of the main DataTable. When I try to use the search field to find a register that I know exists inside a subtable, the search does not find anything and I get this message: "There is no data for this report."

I'm using Piwik 3.2.0.

I have the following settings active for my report:

$view->config->show_search = true;
$view->config->search_recursive = true;

I also noticed that just a few Actions widgets support the search I'm talking about, but the rest of the reports (Campaigns or Custom Dimensions, for example) do not; even if I include $view->config->search_recursive = true; inside configureView.

Is it not possible to search for a label inside subtables?

search_issue
search_issue_2
search_issue_3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants