I want my search function to be able to take multiple words rather than just one word, or exact sentence match in my database

后端 未结 0 1655
执笔经年
执笔经年 2021-02-07 10:43

Here is my search bar function:

`

def searchbar(request):
    if request.method == "GET":
        search = request.GET["search"],
              


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