How to build full text search for all column

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
charlesboy
Posts: 6
Joined: Sun 23 Jun 2013 14:59

How to build full text search for all column

Post by charlesboy » Sat 19 Oct 2013 11:12

please give me example to build full text search/quick search with LinqConnect using IQueryable<T>

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: How to build full text search for all column

Post by MariiaI » Mon 21 Oct 2013 08:45

Currently, there is no support for full-text search in LinqConnect. We will consider the possibility to add this support in LinqConnect. We will inform you about the results as soon as any are available.

However, at the moment you could try executing full-text search specific queries explicitly via the ExecuteQuery method.

Post Reply