Skip to content

Commit

Permalink
[Maps] fix tooltips for CCS (#52793) (#52805)
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Dec 11, 2019
1 parent 4464f7a commit 87ed9b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,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._descriptor.tooltipProperties);
Expand Down

0 comments on commit 87ed9b9

Please sign in to comment.