Skip to content

Commit

Permalink
[Maps] fix tooltips for CCS (elastic#52793) (elastic#52803)
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese authored Dec 11, 2019
1 parent 900ffbd commit a790e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export class ESSearchSource extends AbstractESSource {
searchSource.setField('size', 1);
const query = {
language: 'kuery',
query: `_id:"${docId}" and _index:${index}`
query: `_id:"${docId}" and _index:"${index}"`
};
searchSource.setField('query', query);
searchSource.setField('fields', this._getTooltipPropertyNames());
Expand Down

0 comments on commit a790e4e

Please sign in to comment.