The people-search tag has no wiki summary.
2
votes
1answer
161 views
Should I Use Business Connectivity Services or Not in This Specific Scenario
I'm currently working on a SharePoint Standard 2010 project.
I would have preferred to use the User Profile Service to sync with AD to populate employee details, but our AD doesn't have much ...
1
vote
1answer
616 views
Search. Sorting and grouping data in search results
We are planning an implementation of SharePoint 2010 Server (Enterprise) Portal. One of requested features is People Search Center. It should:
Have ability to search by different keywords (name, ...
0
votes
1answer
171 views
Limit People Search Scope to Colleagues Only
I'm trying to define a scope down to just a person's colleagues but can't find the property I would use to create the rule.
Thanks for help!
2
votes
3answers
1k views
Remove Admin/System Accounts from People Search
We have several SharePoint only accounts that don't correspond to any users in our Active Directory. How can I exclude these accounts from People search?
0
votes
1answer
151 views
SEARCHWC:PopupControlExtender in custom code
OOB People search result web part uses control SEARCHWC:PopupControlExtender for displaying recent content created by the user. How can I use that control in custom code? If I add the control in ...
0
votes
1answer
463 views
Script or Code to import from AD to Sharepoint Group All users
I'm looking for a script or code to make Sharepoint know 'bout users from active directory.. I have 3 domains and People Picker sees people but cannot resolve that (suggest only).. I read in many ...
2
votes
0answers
203 views
No pictures in the People Search Core Results web part
I've added a People Search Core Results web part to a page and I do a search for specific users with a fixed keyword query. It displays the names and info correctly but it doesn't display the picture. ...
0
votes
1answer
1k views
Get all users from active directory to sharepoint
I have to populate my autocomplete PeopleEditor-like control based on brililant ASPTokenInput with all people from my AD domain. Reflecting PeopleEditor shows a real mess in their Active Directory ...
0
votes
2answers
530 views
People Search returns 404 on a clean install
I have a clean install of SharePoint 2010. Normal search is working fine (It is hitting the url /_layouts/OSSSearchResults.aspx?k=test&cs=This%20Site&u=http%3A%2F%2Faf007841. When I use the ...
2
votes
2answers
347 views
Excluding FBA users from people search
I've got a mixed environment with both AD users as well as FBA users. The FBA users are stored in a seperate ASP.NET membership database.
Now when I use search, both AD and FBA users show up. I'd ...
1
vote
1answer
388 views
How to configure two search boxes - one for people and one for content?
I would like to have two search boxes on my master page, one that would search for content and the other one that would search for people.
I see the code in the master page that searches for content:
...
6
votes
1answer
1k views
How do I search for people by birthday?
SharePoint 2007 has a problem finding people by birthday.
If you view a person's profile (their "My Site") and click on their birthday, you're taken to a People Search for a term like this:
...
0
votes
3answers
2k views
Why do I get “Page does not exist” searching for people?
I'm currently developing a SharePoint 2010 site but have come across an issue when searching people, as at present if I click to select people then search it takes me to an error page saying the page ...
1
vote
2answers
411 views
How do I change People Search to show full names instead of login names?
People Search is showing login names instead of full names
i.e. in case of showing John Doe it is showing johnd when searched
Is there a way to change it?
I am on FBA.
3
votes
1answer
1k views
People Search Results Links to /person.aspx?accountname=DOMAIN/USERNAME Causes 404 User Not Found
When doing people searches in SharePoint 2010 Server, the account name is formatted DOMAIN/USERNAME instead of DOMAIN\USERNAME. This is causing a User Not Found error when trying to click on their ...
1
vote
1answer
903 views
How to get Local User Accounts listed in People Search?
I have created a development environment for my SharePoint 2010 installation. I have all the basic features I need working including site searches.
I have added an Enterprise Search page into my ...
1
vote
1answer
1k views
Replace default search box in SharePoint 2010 with custom one
On every new SharePoint 2010 site you get the default search box (In the MasterPage) that allows you to just do a normal search.
I would like to replace this with some item that will allow you to ...