Skip to content

Commit c0f4ca3

Browse files
MJRuskinnodkz
authored andcommitted
fix: added relation field to RangeITC - only for range queries over range datatypes
1 parent 8c5b1cb commit c0f4ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/elasticDSL/Query/TermLevel/Range.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export function getRangeITC<TContext>(
2929
lt: 'JSON',
3030
lte: 'JSON',
3131
boost: 'Float',
32+
relation: 'String',
3233
},
3334
}))
3435
);

0 commit comments

Comments
 (0)