Search based on a set of keywords

前端 未结 7 1076
慢半拍i
慢半拍i 2020-12-31 08:52

I need to make a search based on a set of keywords, that return all the Ads related with those keywords. Then the result is a list of Categories with the Ads Count for each

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 09:24

    I am suggesting you to add regex and omit that special characters and then use Linq for that

    So Mercedez-Benz can become Mercedez and benz

提交回复
热议问题