diff --git a/openmetadata-ui/src/main/resources/ui/src/utils/QueryBuilderElasticsearchFormatUtils.js b/openmetadata-ui/src/main/resources/ui/src/utils/QueryBuilderElasticsearchFormatUtils.js index c77ecf3d263e..9d7817fef45a 100644 --- a/openmetadata-ui/src/main/resources/ui/src/utils/QueryBuilderElasticsearchFormatUtils.js +++ b/openmetadata-ui/src/main/resources/ui/src/utils/QueryBuilderElasticsearchFormatUtils.js @@ -821,7 +821,7 @@ function buildEsRule(fieldName, value, operator, config, valueSrc) { return buildExtensionQuery( extensionPropertyName, entityType, - hasValue ? value[0] : null, + hasValue ? value : null, op, not, omPropertyType