Improved Levenshtein search with SearchExtensions
Improved Levenshtein string search for use with Entityframework or other IQueryable data sets
Improved Levenshtein string search for use with Entityframework or other IQueryable data sets
Celebrating 10000 downloads of SearchExtensions whilst calling out for new features and ideas
NinjaNye.SearchExtensions now supports searching child collections for IQueryable meaning you can perform complex searches that automatically translate to the SQL
Review of the new SearchExtensions feature that allows users to perform searches based on matching the whole word only.
Describing one of the new features of NinjaNye.SearchExtensions. Added as part of version 1.3, ContainingAll() allows a user to return records where all search terms are included in the defined properties
Performance analysis of the new Soundex search functionality
Describing how the new Soundex search functionality is used in NinjaNye.SearchExtensions
Release 1.0 of NinjaNye.SearchExtensions is now available. Updates include removing obsolete methods, promote the fluent Search methods out of the NinjaNye.SearchExtensions.Fluent namespace, remove the specific SearchAll() method in favour of utilising .Search() and performance improvements
Creating a c# attribute that allows for dynamic origins based on the appsettings section but can be adapted to any source.
The latest release of NinjaNye.SearchExtensions supports Ranked Searches as part of the fluent API. This post describes how to use this new api method as well as inspects the sql it produces
Anouncing the release of NinjaNye.SearchExtensions (SearchExtensions) new fluent API. Linq search contains extension method for use with Entity Framework, Linq to Entities, Linq to Objects
Ninjanye.SearchExtensions describes the search all feature for a given type
How to integrate Ninjanye.SearchExtensions nuget package into my blogs search engine.