Page 1 of 1

How to build full text search for all column

Posted: Sat 19 Oct 2013 11:12
by charlesboy
please give me example to build full text search/quick search with LinqConnect using IQueryable<T>

Re: How to build full text search for all column

Posted: Mon 21 Oct 2013 08:45
by MariiaI
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.