Skip to content

Commit

Permalink
includes request as pos arg on base search filter append_dsl method, re
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Apr 19, 2024
1 parent ecac100 commit 0cd8638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/search/components/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class BaseSearchFilter:
def __init__(self, request=None):
self.request = request

def append_dsl(self, search_results_object, permitted_nodegroups, include_provisional):
def append_dsl(self, search_results_object, permitted_nodegroups, include_provisional, request):
"""
used to append ES query dsl to the search request
Expand Down

0 comments on commit 0cd8638

Please sign in to comment.