We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bdd1d commit 7c5ebedCopy full SHA for 7c5ebed
src/plugins/discover/public/application/embeddable/search_embeddable.ts
@@ -342,12 +342,11 @@ export class SearchEmbeddable
342
if (isFetchRequired) {
343
this.filtersSearchSource!.setField('filter', this.input.filters);
344
this.filtersSearchSource!.setField('query', this.input.query);
345
-
346
- this.fetch();
347
348
this.prevFilters = this.input.filters;
349
this.prevQuery = this.input.query;
350
this.prevTimeRange = this.input.timeRange;
+
+ this.fetch();
351
} else if (this.searchScope) {
352
// trigger a digest cycle to make sure non-fetch relevant changes are propagated
353
this.searchScope.$applyAsync();
0 commit comments