Why is SQL Server full-text search not matching numbers?
问题 I'm using SQL Server 2014 Express, and have a full-text index setup on a table. The full-text index only indexes a single column, in this example named foo . The table has 3 rows in it. The values in the 3 rows, for that full-text indexed column are like so ... test 1 test 2 test 3 test 1 Each new line above is a new row in the table, and that text is literally what is in the full-text indexed column. So, using SQL Server's CONTAINS function, if I perform the following query, I get all rows