Skip to content

Commit

Permalink
rm search_request as kwarg given self has it now, re #11578
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Nov 20, 2024
1 parent e68f68b commit 9f46aa9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arches/app/search/components/standard_search_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def handle_search_results_query(
permitted_nodegroups=permitted_nodegroups,
include_provisional=include_provisional,
querystring=querystring,
search_request=self.search_request,
)
append_instance_permission_filter_dsl(self.request, search_query_object)
except Exception as err:
Expand All @@ -236,7 +235,6 @@ def handle_search_results_query(
search_filter.execute_query(
search_query_object,
response_object,
search_request=self.search_request,
)

if response_object["results"] is not None:
Expand All @@ -248,7 +246,6 @@ def handle_search_results_query(
search_query_object,
response_object,
permitted_nodegroups=permitted_nodegroups,
search_request=self.search_request,
)

search_query_object.pop("query")
Expand Down

0 comments on commit 9f46aa9

Please sign in to comment.