We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3541030 commit 775d8a4Copy full SHA for 775d8a4
specification/_types/query_dsl/term.ts
@@ -141,10 +141,6 @@ export class RangeQueryBase<T> extends QueryBase {
141
* Less than or equal to.
142
*/
143
lte?: T
144
- /** @deprecated 8.16.0 Use gte or gt instead */
145
- from?: T | null
146
- /** @deprecated 8.16.0 Use lte or lt instead */
147
- to?: T | null
148
}
149
150
export class UntypedRangeQuery extends RangeQueryBase<UserDefinedValue> {
0 commit comments