Skip to content

Missed Range query in .net sdk 8+ #7604

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

Closed
knopa opened this issue Apr 9, 2023 · 1 comment
Closed

Missed Range query in .net sdk 8+ #7604

knopa opened this issue Apr 9, 2023 · 1 comment
Labels
8.x Relates to a 8.x client version

Comments

@knopa
Copy link

knopa commented Apr 9, 2023

Elastic.Clients.Elasticsearch version:
8.0.10

Elasticsearch version:
8.7

.NET runtime version:
.net core 7

Operating system version:
Windows 11

Description of the problem including expected versus actual behavior:
Missed Range for QueryDescriptor seems was in 7.x
q.Range(r => r.Field(f => f.Date).LessThanOrEquals(date))

Expected behavior
Add DateRange, NumberRange to QueryDescriptor

@knopa knopa added the 8.x Relates to a 8.x client version label Apr 9, 2023
@stevejgordon
Copy link
Contributor

Duplicate of #7050, which is closed. Range queries will be included in the 8.1.0 release, which we plan to ship quite soon.

@stevejgordon stevejgordon closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to a 8.x client version
Projects
None yet
Development

No branches or pull requests

2 participants