Skip to content

Commit

Permalink
Do not suggest deprecated ordering key (#65040) (#65184)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
jloleysens and elasticmachine authored May 5, 2020
1 parent 3f658cb commit 7951736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const rules = {
shard_size: 10,
order: {
__template: {
_term: 'asc',
_key: 'asc',
},
_term: { __one_of: ['asc', 'desc'] },
_count: { __one_of: ['asc', 'desc'] },
Expand Down

0 comments on commit 7951736

Please sign in to comment.