Project Description
SearchEF is a .NET extension framework for Entity Framework 4.0 (or higher) that allows Free Text Search of any EF object type.

 

FREE YOUR DATA!

Unlock the power of ORM like never before. Free Text Search capability is a key feature that is missing from Entity Framework and is now available.

It's simple to use, fast and lightweight. Perform advanced searches in one statement. Works against all EntityObject types.

Key Features

Quick Example:

 

   1:  _entities = new NorthwindEntities();
   2:  var customers = _entities.Search<Customer>("john and aria michael OR yang not steel MEXICO");

 

To see more examples – check out:

Go here to download

If you like this - check out WCFReactiveX

Hope you enjoy SearchEF!