Skip to content

Commit

Permalink
fix: added relation field to RangeITC - only for range queries over r…
Browse files Browse the repository at this point in the history
…ange datatypes
  • Loading branch information
MJRuskin authored and nodkz committed May 17, 2019
1 parent 8c5b1cb commit c0f4ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elasticDSL/Query/TermLevel/Range.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function getRangeITC<TContext>(
lt: 'JSON',
lte: 'JSON',
boost: 'Float',
relation: 'String',
},
}))
);
Expand Down

0 comments on commit c0f4ca3

Please sign in to comment.