fixed an issue where a search result without hitlighlights would break the grid view

This commit is contained in:
Art Lowel
2018-04-20 16:01:59 +02:00
parent 2317f1f3a3
commit 545145a759
2 changed files with 16 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ export class SearchResponseParsingService implements ResponseParsingService {
value: hhObject[key].join('...')
}))
} else {
return undefined;
return [];
}
});