2

How-tu use NHibernate (with Fluent NHibernate) with SQL Server Full Text Search ?

Thanks

Yoann. B
  • 11,075
  • 19
  • 69
  • 111

1 Answers1

4

See here. This is available (at least using HQL extending the dialect as shown) in NH 2.1. What version are you using?

zoidbeck
  • 4,091
  • 1
  • 26
  • 25
  • Since external links may go broken, may you edit your answer to include the solution here without depending on the link to remain live? By the way, [this question](http://stackoverflow.com/q/21059722/1178314) seems to provide a better implementation. – Frédéric Feb 26 '16 at 10:59