sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.09k stars 498 forks source link

Full text search for SQL server? #567

Open martoiu opened 2 years ago

martoiu commented 2 years ago

It would be great if the 'Where' could also format user input for full text search in SQL server.

ahmad-moussawi commented 1 year ago

@martoiu do you have any proposal or suggested syntax for that?

martoiu commented 1 year ago

@martoiu do you have any proposal or suggested syntax for that?

No. There are more possibilities. One could start with the simplest. 'Contains' for instance.