Sql-server Full Text CONTAINS + COLLATE to ignore accents issues
问题 Hi all im struggling a little here with using COLLATE to ignore accents whilst also using Contains full text. Ive reduced the columns im searching down to just one for the example here, and im hard coding the actual parameter just to simply this until i understand it. If i have SELECT Col1, Title COLLATE SQL_Latin1_General_Cp850_CI_AI AS Title, ColX FROM Foo WHERE CONTAINS((Title), '"suenos" OR "french"') This only returns results with french. If i add the wild card after eg: WHERE CONTAINS(