问题描述
I am trying to provide the user with a list of items in a database table upon entering keywords in a textbox. The problem i currently have is that the user can enter several keyword and i would like to be able to perform only one roundtrip to the database and get back results matchings several keywords (an OR operation). Is there a way to perform such a task without having to hit the database for every single keyword?
推荐答案
I found a post that offer a pretty good solution to what I was trying to achieve. Thank you for your help!
相关问答
相关标签/搜索