How to implement search functionality in C#/ASP.NET MVC

前端 未结 7 2051
执笔经年
执笔经年 2021-02-02 01:54

I am developing an ASP.NET MVC 3 application using C# and Razor.

I have a search form that looks like this: \"searc

7条回答
  •  执念已碎
    2021-02-02 02:01

    Have you looked into using Lucene.NET for this project? given the nature of your searches it would be very simple to build that using Lucene, as it allows you to combine filters on different columns just like your requirements

提交回复
热议问题