I'm a little confused about this freetext statement. i have a sharepoint site
that was modified a little bit and now, the search fucntion will only display
results for items that are spelt correctly. I notice in the fetchlistresults
(stored procedure) that some statements contain "containstable" but even
after changing this to "freetexttable", it still does not work? How is this
possible? I thought sharepoint would display results as long as the closly
match the search term.
--
riza

Re: Sharepoint search function by Engelbert

Engelbert
Fri Jan 06 12:59:06 CST 2006

It will find different variations of words - so for instance it will find
word and words or it will find look and looking. But it won't find wrongly
spelt words however close.

Does that cover your question?

Engelbert

"riza01" <riza01@discussions.microsoft.com> wrote in message
news:D0A7D503-3358-4090-8A63-4D5000440060@microsoft.com...
> I'm a little confused about this freetext statement. i have a sharepoint
> site
> that was modified a little bit and now, the search fucntion will only
> display
> results for items that are spelt correctly. I notice in the
> fetchlistresults
> (stored procedure) that some statements contain "containstable" but even
> after changing this to "freetexttable", it still does not work? How is
> this
> possible? I thought sharepoint would display results as long as the closly
> match the search term.
> --
> riza



Re: Sharepoint search function by riza01

riza01
Fri Jan 06 14:09:02 CST 2006

Engelbert,
After playing with it and paying close attention to what i was reading :-) i
realized this was the case (thanks for explaining it also).. So my question
is what can be done to enable the search function recongnize incorrect words
or maybe even partial words? is this possible? I've done searches and all i
keep coming up with is how to add boolean search but nothing on incorrect
words/partial..

Any help/clarification would be appreciated.

Thanks.
--
riza


"Engelbert" wrote:

> It will find different variations of words - so for instance it will find
> word and words or it will find look and looking. But it won't find wrongly
> spelt words however close.
>
> Does that cover your question?
>
> Engelbert
>
> "riza01" <riza01@discussions.microsoft.com> wrote in message
> news:D0A7D503-3358-4090-8A63-4D5000440060@microsoft.com...
> > I'm a little confused about this freetext statement. i have a sharepoint
> > site
> > that was modified a little bit and now, the search fucntion will only
> > display
> > results for items that are spelt correctly. I notice in the
> > fetchlistresults
> > (stored procedure) that some statements contain "containstable" but even
> > after changing this to "freetexttable", it still does not work? How is
> > this
> > possible? I thought sharepoint would display results as long as the closly
> > match the search term.
> > --
> > riza
>
>
>

Re: Sharepoint search function by Engelbert

Engelbert
Sat Jan 07 05:07:22 CST 2006

I doubt it as you need a completely different search engine I'd imagine.

Engelbert

"riza01" <riza01@discussions.microsoft.com> wrote in message
news:E952E67E-B976-42F2-8396-B43CB2430B9D@microsoft.com...
> Engelbert,
> After playing with it and paying close attention to what i was reading :-)
> i
> realized this was the case (thanks for explaining it also).. So my
> question
> is what can be done to enable the search function recongnize incorrect
> words
> or maybe even partial words? is this possible? I've done searches and all
> i
> keep coming up with is how to add boolean search but nothing on incorrect
> words/partial..
>
> Any help/clarification would be appreciated.
>
> Thanks.
> --
> riza
>
>
> "Engelbert" wrote:
>
>> It will find different variations of words - so for instance it will find
>> word and words or it will find look and looking. But it won't find
>> wrongly
>> spelt words however close.
>>
>> Does that cover your question?
>>
>> Engelbert
>>
>> "riza01" <riza01@discussions.microsoft.com> wrote in message
>> news:D0A7D503-3358-4090-8A63-4D5000440060@microsoft.com...
>> > I'm a little confused about this freetext statement. i have a
>> > sharepoint
>> > site
>> > that was modified a little bit and now, the search fucntion will only
>> > display
>> > results for items that are spelt correctly. I notice in the
>> > fetchlistresults
>> > (stored procedure) that some statements contain "containstable" but
>> > even
>> > after changing this to "freetexttable", it still does not work? How is
>> > this
>> > possible? I thought sharepoint would display results as long as the
>> > closly
>> > match the search term.
>> > --
>> > riza
>>
>>
>>