Skip to content

Commit 0e77d3d

Browse files
Fix Advanced Search between operator bounds (#27482)
1 parent a1f5de7 commit 0e77d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmetadata-ui/src/main/resources/ui/src/utils/QueryBuilderElasticsearchFormatUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ function buildEsRule(fieldName, value, operator, config, valueSrc) {
821821
return buildExtensionQuery(
822822
extensionPropertyName,
823823
entityType,
824-
hasValue ? value[0] : null,
824+
hasValue ? value : null,
825825
op,
826826
not,
827827
omPropertyType

0 commit comments

Comments
 (0)