1

I need Sharepoint search results from Cient Object model using javascript Client object model. Can anyone please tell me how to do it for sharepoint 2010

1
  • 2
    In 2010 you would have to use the Search Web Service. search.asmx Commented Nov 19, 2013 at 12:20

1 Answer 1

1

Search is not covered in JSOM for SP2010 - try using spservices: http://www.itidea.nl/index.php/example-of-using-the-spservices-search-web-service/

2
  • Thanks. i am getting this error on firing select command<ResponsePacket xmlns="urn:Microsoft.Search.Response"><Response domain=""><Status>ERROR_SERVER</Status><DebugErrorMessage>System.Collections.Generic.KeyNotFoundException</DebugErrorMessage></Response></ResponsePacket Commented Nov 19, 2013 at 9:19
  • open a new Question for this Commented Nov 19, 2013 at 9:39

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.