-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat: allow duplicate values for URL params #177
feat: allow duplicate values for URL params #177
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
I would love to see this being merged 🙂 How can we make this happen ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this is a very good change (I saw it when it first came in).
I actually started looking at it myself but went down a rabbit hole looking at other things that might benefit from this change.
Have a look at the LookerEmbedFilterParams
type. Should we do the same thing to it, i.e is it okay to have filters of the same name?
I'm gonna approve but think about looking into the above before merging.
Allow duplicate same-named params, so as to support multiple hide_filter.
Hi @bryans99 , thanks for the heads-up. Indeed a similar change should probably be applied to In parallel, could you check this MR ? the |
Hello - is there any technical issue holding this up? Just wondering because we'd love to have this functionality! |
Merging into local branch for testing. |
3288962
into
looker-open-source:duplicate-values
Many thanks @drstrangelooker ! Do you have any info on when a new npm package will be released including this feature? We'd really love to make use of this functionality. Currently though the MR seems to be blocked by the documentation not building? |
Allow duplicate same-named params, so as to support multiple hide_filter.
Fixes #151 , Fixes #159