How to build full text search for all column
-
- Posts: 6
- Joined: Sun 23 Jun 2013 14:59
How to build full text search for all column
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
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.
However, at the moment you could try executing full-text search specific queries explicitly via the ExecuteQuery method.