Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzpeta authored Aug 23, 2024
1 parent 5b5ca95 commit e48b7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oarepo_global_search/services/records/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def global_search(self, identity, params, action, *args, extra_filter=None, **kw
search = getattr(component, "search_drafts")(
identity, search, params
queries_list[service_dict["schema"]] = search.to_dict()

)
# merge query
combined_query = {
"query": {"bool": {"should": [], "minimum_should_match": 1}},
Expand Down

0 comments on commit e48b7c2

Please sign in to comment.