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

Searching on websites should search in the subtables as well #5584

Closed
mattab opened this issue Mar 26, 2008 · 1 comment
Closed

Searching on websites should search in the subtables as well #5584

mattab opened this issue Mar 26, 2008 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 26, 2008

See getDataTable & getDataTableExpanded in Referers/API.php
add a new parameter $expanded to the API methods.

@mattab
Copy link
Member Author

mattab commented Jul 6, 2008

This would be very slow, as we would have to load all subtables in memory and filter them for the searched pattern. To implement such a feature, we would need to duplicate data in a format that would be easier to lookup.

This issue was closed.
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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

1 participant