You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
On LDClient.allFlags() we can retrieve all feature flags with a given project and environment. Would be nice if we could have the flexibility to get all flags filtered by tags.
Describe alternatives you've considered
Something similar to this API of list all flags
Thank you
The text was updated successfully, but these errors were encountered:
Hello @orafaaraujo, thank you for reaching out with the suggestion. This sounds like a useful idea and I can put it on the product backlog.
In the meantime, while you may have business reasons that you can't do so (flag dependency and performance), our suggested workaround, for now, would be splitting the flags in multiple projects, and you can use the multiple environment feature and only fetch the flags in the project you need. I want to mention this workaround in case this is feasible for you to try.
Feature request
Retrieve flags filtering by tags.
Describe the solution you'd like
On
LDClient.allFlags()
we can retrieve all feature flags with a given project and environment. Would be nice if we could have the flexibility to get all flags filtered by tags.Describe alternatives you've considered
Something similar to this API of list all flags
Thank you
The text was updated successfully, but these errors were encountered: