ASP.NET Dynamic Data TextSearch Custom Filter Template
问题 I'm trying to implement a custom filter template for all text based searches and running into problems constructing the query. I've been following the instructions posted on this blog but not sure how change the GetQueryable method to perform a WHERE columnAttribute LIKE '%something%' query. In the example on the blog the expression is an equality which works if the text I enter exactly matches the text in the database column. At the moment I'm using the new QueryExtender feature along with