Manager property is not available for Full Text Search (SharePoint 2010)

Posted by Vijay on Stack Overflow See other posts from Stack Overflow or by Vijay
Published on 2010-06-07T17:45:43Z Indexed on 2010/06/07 20:12 UTC
Read the original article Hit count: 120

Filed under:
|

Hi,

I had created a web part on MOSS 2007 which displays a organizational chart by searching (Full Text) the user profiles.

To identify the subordinates of a user, I used to search for users with the particular user in Manager property. The query looked like this:

SELECT AccountName, PreferredName, Manager, WorkEmail FROM scope()  WHERE ("SCOPE" = 'People') AND Manager = 'domain\parent_user'

But, the same query does not run in SharePoint 2010 as Manager crawled property does not exists. So, I created a new crawled property and mapped it to People:Manager(Text) now, the Manager property is always empty.

Even a full crawl after clearing the indexes also not helping.

Can anyone please help me in getting manager information in Full Text Search?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about sharepoint2010