Fix a 500 when searching for files with API v1

agj/ssh-add-key
David Fischer 2018-02-20 13:56:03 -08:00
parent 648e6fd4b6
commit 56c8f4ce16
No known key found for this signature in database
GPG Key ID: F0C9B0ADA737AB60
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class SearchMixin(object):
search_highlight = True
"""
def get_search(self, request):
def get_search(self, request, **kwargs):
self.method_check(request, allowed=['get'])
self.is_authenticated(request)
self.throttle_check(request)