Skip to content

Commit f829846

Browse files
Fix Advanced Search between operator bounds (#27482)
1 parent dbf6410 commit f829846

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
@@ -739,7 +739,7 @@ function buildEsRule(fieldName, value, operator, config, valueSrc) {
739739
return buildExtensionQuery(
740740
extensionPropertyName,
741741
entityType,
742-
hasValue ? value[0] : null,
742+
hasValue ? value : null,
743743
op,
744744
not
745745
);

0 commit comments

Comments
 (0)