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

Range/Term query/filter on dates fail to handle numbers properly #5969

Closed
wants to merge 1 commit into from

Conversation

kimchy
Copy link
Member

@kimchy kimchy commented Apr 29, 2014

When providing a number (milliseconds since epoch, UTC), range and term query/filter don't handle it correctly and convert it to a string, that is then first tried to parse as a date

When providing a number (milliseconds since epoch, UTC), range and term query/filter don't handle it correctly and convert it to a string, that is then first tried to parse as a date
@martijnvg
Copy link
Member

LGTM

@kimchy kimchy closed this in a4ef418 Apr 29, 2014
kimchy added a commit that referenced this pull request Apr 29, 2014
When providing a number (milliseconds since epoch, UTC), range and term query/filter don't handle it correctly and convert it to a string, that is then first tried to parse as a date
closes #5969
kimchy added a commit that referenced this pull request Apr 29, 2014
When providing a number (milliseconds since epoch, UTC), range and term query/filter don't handle it correctly and convert it to a string, that is then first tried to parse as a date
closes #5969
@kimchy kimchy added the v1.0.4 label Apr 29, 2014
@kimchy kimchy deleted the fix_numeric_range branch April 29, 2014 18:26
@javanna
Copy link
Member

javanna commented Apr 30, 2014

Hey @kimchy shouldn't this go in 1.1 too?

@kimchy kimchy added v1.1.2 and removed v1.0.4 labels Apr 30, 2014
mute pushed a commit to mute/elasticsearch that referenced this pull request Jul 29, 2015
When providing a number (milliseconds since epoch, UTC), range and term query/filter don't handle it correctly and convert it to a string, that is then first tried to parse as a date
closes elastic#5969
@clintongormley clintongormley added :Search/Search Search-related issues that do not fall into other categories and removed :Query DSL labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Search/Search Search-related issues that do not fall into other categories v1.1.2 v1.2.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants