Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Data Corruption Issues
 Fulltext index error with query word BARBE

Author  Topic 

hans58
Starting Member

1 Post

Posted - 2007-07-30 : 12:15:17
For demonstration I created a fulltext index on table employee in Northwind database.

The following query gives an error:

SELECT * FROM employees
WHERE CONTAINS (FirstName, 'Barbe')

Replacing 'Barbe' by 'Barb' or other words it works fine.

The error message is (I have a french version of SQL installed, here the translation: "A clause in the query contains only ignored words"
Une clause de la requête ne contient que des mots ignorés)

Language for wordbreak in fulltext index is French and the error happens only with French, with English it works.

Is this a Microsoft bug?

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-07-30 : 22:34:27
Did you check noise words list?
Go to Top of Page
   

- Advertisement -