Entity Framework, Code First and Full Text Search

后端 未结 5 1079
逝去的感伤
逝去的感伤 2020-11-28 20:43

I realize that a lot of questions have been asked relating to full text search and Entity Framework, but I hope this question is a bit different.

I am using Entity F

5条回答
  •  北海茫月
    2020-11-28 21:16

    I recently had a similar requirement and ended up writing an IQueryable extension specifically for Microsoft full text index access, its available here IQueryableFreeTextExtensions

提交回复
热议问题