SharePoint 2007 search query related to attachments in a list
Can sharepoint search work for list item attachments. I have a custom list where I am loading attachments开发者_StackOverflow. Can SharePoint search through the content of the attachment.
According to the comments in this post it should index and search attachements in lists.
It can search attachments as long as it has an IFilter for the file type, just like files in document libraries.
精彩评论