mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
fix: fix inherited properties not working correctly
This commit is contained in:
@@ -34,7 +34,7 @@ export interface TypeAlias {
|
||||
/**
|
||||
* @keyword
|
||||
*/
|
||||
overriddenKeyword: ATextAlias
|
||||
overriddenTextAsKeyword: ATextAlias
|
||||
|
||||
type: ThingType.TypeAlias;
|
||||
}
|
||||
@@ -59,8 +59,8 @@ export const typeAliasTest: MapAggTestOptions = {
|
||||
keywordProperty: {
|
||||
type: ElasticsearchDataType.keyword,
|
||||
},
|
||||
overriddenKeyword: {
|
||||
type: ElasticsearchDataType.text,
|
||||
overriddenTextAsKeyword: {
|
||||
type: ElasticsearchDataType.keyword,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user