You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: