mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
4c159693ee
commit
f5208a4a2d
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ export class ESSearchSource extends AbstractESSource {
|
|||
searchSource.setField('size', 1);
|
||||
const query = {
|
||||
language: 'kuery',
|
||||
query: `_id:${docId}`
|
||||
query: `_id:"${docId}"`
|
||||
};
|
||||
searchSource.setField('query', query);
|
||||
searchSource.setField('fields', this._descriptor.tooltipProperties);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue