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

Case insensitive regex query doesn't work #794

Closed
wants to merge 2 commits into from
Closed

Case insensitive regex query doesn't work #794

wants to merge 2 commits into from

Conversation

jvshahid
Copy link
Contributor

Write data like:

{
  "name": "some_series",
  "columns": ["value"],
  "points": ["Paul"]
}

Then do a query like this:

select * from some_series where value =~ /paul/i

Now be sad because Paul didn't show up in your results.

@jvshahid jvshahid added this to the 0.8.0 milestone Aug 13, 2014
@jvshahid jvshahid modified the milestones: 0.8.0, Next release Aug 25, 2014
@jvshahid jvshahid added the bug label Aug 29, 2014
@pauldix
Copy link
Member Author

pauldix commented Sep 8, 2014

lgtm

@jvshahid jvshahid closed this in e1bb3be Sep 8, 2014
@jvshahid jvshahid deleted the fix-794 branch September 9, 2014 15:50
jvshahid added a commit that referenced this pull request Sep 24, 2014
Close #794

Conflicts:
	integration/data_test.go
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

Successfully merging this pull request may close these issues.

None yet

3 participants