Search Extensions - Search within child collections now supported in v1.7
Ability to search child collections now supported in Ninjanye.SearchExtensions
Ability to search child collections now supported in Ninjanye.SearchExtensions
Continuing my latest theme of search extension methods, my new method allows users to search a property against multiple search terms. The code has been added to my existing search extensions project which can be found on github by going to https://github.com/ninjanye/SearchExtensions
Following up to my previous post on a generic repository method, I decided to take it a step further and create an generic search extension method to perform the same task. Here is the extension method as well as the SQL it generated
In this post I begin to create a generic search extension method using expression trees. The result is a cool extension method that can be applied to any IQueryable. More to follow as I expand on the method.