Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / C#
Article

How to configure SharePoint Portal Server 2003 to search contents of list attachments

Rate me:
Please Sign up or sign in to vote.
2.63/5 (4 votes)
9 Jun 20062 min read 58.3K   9   3
This article describes the process of configuring SharePoint Portal Server search to search the contents of list attachments.

Overview

Applies To:

  • Microsoft SharePoint Portal Server 2003
  • Microsoft Windows SharePoint Services
  • Microsoft® ASP. NET 1.x, 2.x
  • Microsoft® Visual Studio® .NET 2003

Summary:

By default, SharePoint Portal Server 2003 is not configured to search list item or contents of list attachments. To search list attachments, SharePoint uses Indexing searching to crawl the documents. This type of searching is not possible through Windows SharePoint Services (WSS), because it uses Microsoft SQL Server full text searching to search list items. In this article, I will go through the steps required to configure SharePoint Portal Server to make searching the contents of list attachments possible.

Contents

Site Rule

You can create rules that include or exclude contents from the content index. These rules are called site restrictions and site path rules. A site restriction rule is the main rule for a site. You can show or hide the other rules for a site by clicking the plus sign (+) or minus sign (-) next to the site restrictions. The other rules for a site are called site path rules. The site restrictions define the overall rules for a site, and the site path rules are rules for specific parts of the site. The site path rules are nested inside the site restrictions rule.

Create Site Rule

Steps to follow:

  • Click "Site Settings" --> "Configure Search and Indexing" under "Search Statistics and Indexed Content".
  • Click "Manage Content Sources" under "Other Content Sources" heading.
  • Select "This Portal" and click "Edit" through context menu.
  • On the "Edit This Portal" page, click "Advanced" -> "Exclude and Include Content".
  • It will redirect you to create a new rule page, delete the existing site.
  • Click "New Rule". It will redirect you to create a new rule page.

Image 1

  • On the "Create Site Rule" page, enter the portal site URL and select "Include all items in this path".
  • Check "Crawl Individual SharePoint List Item".
  • Click OK to create the new rule.

Re-build Index

After creating the new rule, you have to re-build the index of the portal content in order to crawl individual list items with attachments.

Steps to follow:

  • Click "Site Settings" --> "Configure Search and Indexing" under "Search Statistics and Indexed Content".
  • Click "Manage Content Indexes" under "Content Indexes" heading.
  • Click "Portal_Content" and "Reset Content Index". This action will empty the content indexes.
  • Click "Portal_Content" and click "Start Full Index" to crawl the portal contents.

Conclusion

Once the portal content index builds again, you can search list items with attachments.

For update information, refer to my blog.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect Version 1
Ireland Ireland
Adnan Ahmed is SharePoint Architect in Version 1(http://www.version1.com), the IT Consulting Company in Ireland and has involved with many large enterprises to help them realise real benefits of SharePoint 2007|2010.

SharePoint Architect | Blogger | IT Evangelist | MCPD SharePoint 2010 Developer| MCITP SharePoint Administrator 2010

Email: adnan.ahmed@live.ie
Owner: http://www.mossgurus.com
http://www.sp-blogs.com
Linked In Profile: http://www.linkedin.com/in/syedadnanahmed

My Blogs:
http://www.sp-blogs.com/blogs/adnan

Comments and Discussions

 
GeneralFree Sharepoint Server (thought this might be of interest) Pin
ec77810-May-11 6:34
ec77810-May-11 6:34 
GeneralCustom View Pin
NewITMember10-Oct-07 20:12
NewITMember10-Oct-07 20:12 
QuestionSmall Question?? Pin
Ricardo Casquete4-Jul-06 12:27
Ricardo Casquete4-Jul-06 12:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.