Skip to content

Commit 6d1d0b3

Browse files
authored
Range query from/to parameters were removed in 9.0 (#4399)
1 parent e103049 commit 6d1d0b3

File tree

1 file changed

+0
-4
lines changed
  • specification/_types/query_dsl

1 file changed

+0
-4
lines changed

specification/_types/query_dsl/term.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ export class RangeQueryBase<T> extends QueryBase {
141141
* Less than or equal to.
142142
*/
143143
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
148144
}
149145

150146
export class UntypedRangeQuery extends RangeQueryBase<UserDefinedValue> {

0 commit comments

Comments
 (0)