Skip to content

Instantly share code, notes, and snippets.

@akshar-raaj
Created July 8, 2019 12:44
Show Gist options
  • Select an option

  • Save akshar-raaj/7aee308a957e656dd887514dd5b1abb6 to your computer and use it in GitHub Desktop.

Select an option

Save akshar-raaj/7aee308a957e656dd887514dd5b1abb6 to your computer and use it in GitHub Desktop.
DynamicSearchFilter
class DynamicSearchFilter(filters.SearchFilter):
def get_search_fields(self, view, request):
return request.GET.getlist('search_fields', [])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment