Verfasst von Christian am 18. August 2008 | Veröffentlicht in SharePoint | Keine Kommentare
As you may have noticed the "contains" and "does not contain" search options were removed with build 6317.
The reason for this is, that this options can heavily decrease performance. But you can simply turn the options on again:
1. Goto to the Advanced Search site and edit it
2. Modify the "Advanced Search Box" Webpart
3. Expand Properties and edit Properties
4. Find "Option Name=AllowOpContains" and change the Value to "True"
<Name=AllowOpContains" Value="False"> –> Contains option turned off
<Name=AllowOpContains" Value="True"> –> Contains option turned on
If you cannot find the entry, create it.
5. Click OK and publish the page.
Have fun!
Tags: Search
