We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given a user like this:
{ 'key': 'user-key', 'custom': { 'greeting': 'hello world', } }
And a flag target using the 'matches' operator with a regex that should match a part of the value: (world|planet)
(world|planet)
The user should match the targeting rule, but does not. In other LaunchDarkly SDKs, the user does match this rule.
The text was updated successfully, but these errors were encountered:
Fixed in version 4.0.5.
Sorry, something went wrong.
Merge pull request #70 from launchdarkly/eb/ch22348/docstrings
a32a1a1
add missing docstrings to client methods
No branches or pull requests
Given a user like this:
And a flag target using the 'matches' operator with a regex that should match a part of the value:
(world|planet)
The user should match the targeting rule, but does not. In other LaunchDarkly SDKs, the user does match this rule.
The text was updated successfully, but these errors were encountered: