diff --git a/arches/app/search/components/base.py b/arches/app/search/components/base.py index a6ca4f16096..632ad31531e 100644 --- a/arches/app/search/components/base.py +++ b/arches/app/search/components/base.py @@ -38,13 +38,13 @@ def view_data(self): pass - def execute_query(self, search_results_object, request, response_object): + def execute_query(self, search_results_object, response_object, request): """ code responsible for execution of the search query and initial mutation of response object """ pass - def post_search_hook(self, search_results_object, results, permitted_nodegroups): + def post_search_hook(self, search_results_object, results, permitted_nodegroups, request): """ code to run after the search results have been retrieved