Skip to main content

Diigo Home

Chaks' Corner | Using KeywordQuery to search in your SharePoint site - The Diigo Meta page

www.chakkaradeep.com/...h-in-your-SharePoint-site.aspx - Cached

This link has been bookmarked by 1 people . It was first bookmarked on 20 Oct 2009, by Hans Muster.

  • 20 Oct 09
    murratore
    Hans Muster

    There are various ways that you can query the Search Service in your SharePoint site:

    1) Using the Search Web Service

    2) Using the SharePoint Object Model

    There are yet again two ways you can use the Search, using the Object Model:

    i) KeywordQuery

    ii) FullTextSqlQuery

    I think it is a good option to use Object Model when you want to customize the Search (mostly in your WCM websites), and KeywordQuery comes in very handy!

    Using KeywordQuery to search is pretty simple! (provided you have set up your Search properly)

    moss sharepoint search development c# codesnippet