I'm curious as to why it works on my machine.
"Tony Vargas" <Tony Vargas@discussions.microsoft.com> wrote in message
news:9C3798E4-C79E-42F8-9CF6-E1FC36BCB50A@microsoft.com...
> Well there-in lies the problem. It does not exist in the noise word list.
> "best" is not a noise word. It is a bug with full-text indexing when
using
> inflectional with certain words.
>
> This works:
> Contains(my_field, 'best')
>
> This doesn't Work:
> Contains(my_field, 'formsof(INFLECTIONAL, "best")')
>
> In my original post I stated that in another forum someone said MS had
this
> listed as a bug, but I was hoping there may be a fix for this already.
>
>
> "Hilary Cotter" wrote:
>
> > remove the word well from your noise word list. Stop MSSearch before
making
> > this change and restart it after. Then rebuild your index.
> >
> > --
> > Hilary Cotter
> > Looking for a SQL Server replication book?
> >
http://www.nwsu.com/0974973602.html > > "Tony Vargas" <Tony Vargas@discussions.microsoft.com> wrote in message
> > news:8CA64E3E-2645-476C-859B-776BA62108CD@microsoft.com...
> > > Hi
> > >
> > > I am receiving the error "query contained only ignored words" from the
> > word
> > > "best" that is not in the ignored words list. While researching the
> > problem
> > > online I found the following link:
> > >
http://www.dbforums.com/archive/index.php/t-965368.html
> > >
> > > In the post the poster states this is a known bug in full-text
indexing
> > and
> > > has been written up as a "DOC bug" (not sure what that means) by MS.
I am
> > > hoping there is an update and/or fix for this problem.
> > >
> > > Any help would be appreciated.
> > >
> > > Thanks
> > >
> > > Tony
> >
> >
> >