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

Date Range: Inclusive upper range does not round up properly #1463

Closed
kimchy opened this issue Nov 14, 2011 · 1 comment
Closed

Date Range: Inclusive upper range does not round up properly #1463

kimchy opened this issue Nov 14, 2011 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Nov 14, 2011

When using inclusive upper range for date range queries / filter, it does not round up as expected. For example, when using 2011-11-11 as the inclusive upper range, it will not including any hits in the 2011-11-11 day.

Since this is a braking change, the old behavior can be reverted by setting index.mapping.date.parse_upper_inclusive in the config file to false.

@kimchy kimchy closed this as completed in 73ba30b Nov 14, 2011
@ahfeel
Copy link
Contributor

ahfeel commented Nov 14, 2011

Wow many many many many thanks, this is really an awesome fix Shay ! You rock !

dadoonet pushed a commit to dadoonet/elasticsearch that referenced this issue Nov 16, 2011
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants