Skip to content

Commit f30e1f2

Browse files
JoshMockgithub-actions[bot]
authored andcommitted
Range query from/to parameters were removed in 9.0 (#4399)
(cherry picked from commit 6d1d0b3)
1 parent 3541030 commit f30e1f2

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)