Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release/2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jul 1, 2024
2 parents aa88064 + 600d534 commit c103164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newsroom/wire/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_product_items(self, product_id: str, size: int, exclude_embargoed: bool

if not app.config["DASHBOARD_EMBARGOED"] or exclude_embargoed:
embargo_query_rounding = app.config.get("EMBARGO_QUERY_ROUNDING")
search.query["bool"]["filter"].append(
search.query["bool"].setdefault("filter", []).append(
{
"bool": {
"should": [
Expand Down

0 comments on commit c103164

Please sign in to comment.