How to add people search on non sharepoint site. There is a departmental website (.net asp.net site) where that department wants to implement sp people search on their website. How would you accomplish this (thru web services)?

link|improve this question

75% accept rate
What version of SharePoint and which version of Search? – Dave Wise Feb 10 at 21:45
feedback

1 Answer

You can use the standard search webservice that is delivered with sharepoint: http://url/_vti_bin/search.asmx

create a separate scope that includes all people (content-class:SPSPeople) and use that scope in the query that your define. Creating a query this way makes sure that only people are returned.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.