Skip to content

Commit 8f21ddb

Browse files
committed
re revert
1 parent a4720d2 commit 8f21ddb

File tree

1 file changed

+3
-3
lines changed
  • stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/filter

1 file changed

+3
-3
lines changed

stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/filter/transform.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ def to_es(queryables_mapping: Dict[str, Any], query: Dict[str, Any]) -> Dict[str
5050
]
5151
}
5252
}
53-
# Add minimum_should_match for OR conditions
54-
if query["op"] == LogicalOp.OR:
55-
bool_query["bool"]["minimum_should_match"] = 1
53+
# # Add minimum_should_match for OR conditions
54+
# if query["op"] == LogicalOp.OR:
55+
# bool_query["bool"]["minimum_should_match"] = 1
5656

5757
return bool_query
5858

0 commit comments

Comments
 (0)