Re: What is the default search functionality for SPS search?
From: Dan (dbauhaus_at_coveo-nospam.com)
Date: 01/28/05
- Next message: DarrylR: "How can I avoid using SQL Authentication with the Office Web Parts?"
- Previous message: Raj: "BUG: E-mail notifications display the name of the user who deleted"
- In reply to: lfastrup: "Re: What is the default search functionality for SPS search?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 Jan 2005 14:57:27 -0800
...or use an engine like Coveo Enterprise Search (free up to 50000 docs)
which does support AND and other advanced features like wildcard, custom
metatag search, phrases, etc.
-Dan
"lfastrup" <spameater@fastrup.dk> wrote in message
news:1106647887.084038.161650@z14g2000cwz.googlegroups.com...
> You will need to write your own search web parts to do this. SharePoint
> search shovels all keywords into a single SQL FREETEXT clause. It
> implicitly searches with OR between each keyword. E.g. searching for
> SharePoint Search will result in the following SQL:
>
> FREETEXT('SharePoint Search')
>
> But to search with AND instead of OR you need the following SQL:
>
> FREETEXT('SharePoint') AND FREETEXT('Search')
>
> It is as far as I know not possible to reconfigure the standard search
> web parts to do this. You will therefore need to write your own from
> scratch or try to extend the existing ones programmatically.
> Cheers
> Lars Fastrup
>
- Next message: DarrylR: "How can I avoid using SQL Authentication with the Office Web Parts?"
- Previous message: Raj: "BUG: E-mail notifications display the name of the user who deleted"
- In reply to: lfastrup: "Re: What is the default search functionality for SPS search?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|