mathieu
mathieu

Reputation: 31202

How does SharePoint Services 3.0 Search work?

I understand the following elements :

But, in a document library with publishing enabled, documents that are not published don't appear in search results. Is that normal ?

Upvotes: 1

Views: 2189

Answers (2)

Mike M
Mike M

Reputation:

I have had similar search issues, I assigned a domain service account to the content access account and resolved the items that serach could not find, I think it is due to users administrating a page and taking away all rights.

Upvotes: 0

Nico
Nico

Reputation: 13840

All contents are crawled using the default content access account. Most of the time, this is a dedicated account, and SharePoint give it "Full Read" permissions.

Unfortunately, non approved items are not visible for "read users". So it will index the latest published version.

However, you can't really give more permissions to this user. If you do so, it will always index unpublished item, without indexing the latest publish version. So user without approvers permissions won't be able to search those items.

Upvotes: 2

Related Questions