-
Notifications
You must be signed in to change notification settings - Fork 73
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
value.lower() prevents correctly execute request es.filter(). #49
Comments
Hi, good catch, it probably comes from a special mapping i had or something.
It is actually the exact opposite of the truth i believe, filters are case sensitive unless you use the This is explained in details here : https://www.elastic.co/guide/en/elasticsearch/guide/current/_finding_exact_values.html#_term_query_with_text Maybe it would be nice to raise something (a warning at least) when trying to .filter() on an analyzed text field ? |
|
This issue could be closed if PR #51 will merged. |
This is very strange action.
Why are you do this?
I`m saving my data with some upper symbols like "hrStorageUsed".
This action is necessary?
The text was updated successfully, but these errors were encountered: