test: add aggregations and mapping test

This commit is contained in:
wulkanat@gmail.com
2020-09-09 18:01:25 +02:00
parent e5511d0738
commit 24ea449dd4
38 changed files with 1945 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ export interface ElasticsearchObject {
* Fields that should be excluded in the _source field
*/
excludes: [
'creation_date',
'creation_date'
];
};