简体   繁体   中英

Query/Search builder controls for MVC3 application?

I have a requirement for our web app to have a fairly sophisticated "search engine" that will allow users to specify some criteria for doing searches on our database.

What I need is for the user to set up their search criteria from a set of drop down boxes. This will include >, <, !=, == logical conditions as well as being able to group (AND and OR) multiple conditions together.

Examples I've seen

There are a ton of websites out there with this search functionality, so rather than re-invent the wheel, I'd have thought there might be some off-the-shelf components and/or techniques that I can look at - however I'm having trouble finding such things.

Can anyone suggest some controls we might look at for this?

Thanks!

Lucene is one of the most common and best. They have made a .Net version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM