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

Failed to add $options to ignore case in the find query #11

Open
tianjianfeng opened this issue Sep 17, 2013 · 1 comment
Open

Failed to add $options to ignore case in the find query #11

tianjianfeng opened this issue Sep 17, 2013 · 1 comment

Comments

@tianjianfeng
Copy link

Hi

I want to do a search ignoring case on a field. I use the $options to ignore the case sensitivity according to http://docs.mongodb.org/manual/reference/operator/regex/.

But the case sensitivity is not ignored in autosource.

http://localhost:9000/blogs/find

{
"title": {"$regex":"Official", "$options": "i"}
}

Any advice?

@anatolyg
Copy link

I believe this is a reactivemongo issue, but I've not heard anything from them

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

2 participants