Full text search in Entity Framework NuGet Package

Enity framework does not support full-text search predicates still.

For EFv6, you can make a workaround using interception.
The idea is to wrap search text with some magic word during inside plain String.Contains code and use interceptor to unwrap it right before sql is executed in SqlCommand.




Got any Full text search in Entity Framework Question?





Info

Version: 1.0.0
Author(s): Mohsen Musavi
Last Update: Wednesday, July 30, 2014
.NET Fiddle: Create the first Fiddle
Project Url: http://effts.codeplex.com/
NuGet Url: https://www.nuget.org/packages/EfFts


Install
Install-Package EfFts
dotnet add package EfFts
paket add EfFts
EfFts Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

4

days-since-last-release

3570