Django REST framework: SearchFilter doesn't work with 2 and more values in search bar if they are from the same field

后端 未结 0 716
北恋
北恋 2021-01-07 02:57

I use SearchFilter to search for therapists:

class TherapistSearchListAPIView(generics.ListAPIView):
permission_classes = [IsAuthenticated]
search_fields = [\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题