fix(elasticsearch): fixed elasticsearch issue, ghost docs series, fixes #3223
This commit is contained in:
@@ -209,7 +209,7 @@ function (_, queryDef) {
|
||||
throw { message: response.error };
|
||||
}
|
||||
|
||||
if (response.hits) {
|
||||
if (response.hits && response.hits.hits.length > 0) {
|
||||
this.processHits(response.hits, seriesList);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user