Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

How can we perform a sharepoint 2007 search programatically?i.e. I wanna search the whole sharepoint site for a (suppose) hard coded string through coding and get the results. When I'll be running the code it will access the sharepoint search engine and show me the search results.Please help me out...

share|improve this question

1 Answer

up vote 3 down vote accepted

you can use SharePoint web service to do that.

Corey Roth have a tutorial about using SharePoint search web service.

MSDN also have article to use web service for enterprise search in http://msdn.microsoft.com/en-us/library/ms543175%28v=office.12%29.aspx

share|improve this answer
Thanks a lot bagus.Finally I got what I intended to do. – DeathRider Feb 4 '12 at 10:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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