21 Jan 2014 • 2 min read
SearchExtensions: Multiple property search support with ranking in c#
Introduction into RankedSearch functionality provided by NinjaNye.SearchExtensions nuget package.
Introduction into RankedSearch functionality provided by NinjaNye.SearchExtensions nuget package.
Creating an IQueryable search extension method that allows dynamic searching with ranked results via occurrence counts. This solution is written in C# using the power of expression trees.