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

'matches' operator is anchored to the beginning of the string #70

Closed
pkaeding opened this issue Apr 25, 2017 · 1 comment
Closed

'matches' operator is anchored to the beginning of the string #70

pkaeding opened this issue Apr 25, 2017 · 1 comment

Comments

@pkaeding
Copy link
Contributor

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)

The user should match the targeting rule, but does not. In other LaunchDarkly SDKs, the user does match this rule.

@pkaeding
Copy link
Contributor Author

Fixed in version 4.0.5.

eli-darkly added a commit that referenced this issue Aug 25, 2018
add missing docstrings to client methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant