-
Notifications
You must be signed in to change notification settings - Fork 46
Allow multiple tags while filtering by tag #176
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
Comments
Useful feature request, would be great is somebody of Backbase guys could help on getting this done in core. |
Implemented in navigation fixes branch. |
@dmitrisweb, what is the expected filter behaviour? Show specs that have both tags in the list, or 2 subsets? The current implementation by @cheshirsky checks specs that has both tags, which seems a bit wrong. |
Spec should contain both tags to be displayed - that is correct |
Ok, @cheshirsky almost finished the PR, I've done the review already. Feature will be included in 0.5.6 during this or next week. |
info.json has
This works:
But filtering by multiple tags does not work (comma separated, nor space separated)
The text was updated successfully, but these errors were encountered: