SharePoint Search Web Service Query Tool

The SharePoint Search web service query tool provides a great way to build your search queries and submit them to the MOSS/WSS Search web service

Download from CodePlex here

Toggle the server type to test against WSS/MOSS. Toggle the Query Type for keyword search or SQL Search. If you are trying to retrieve all Blog posts here is how your query would look

“select title,author,LastModifiedTime,Path,bodydescription from scope() where “scope”=’Blog Posts’ order by 3 desc”

Here we pull the different properties on a scope called “Blog Posts”

Here is a link about this tool

http://www.mosssearch.com/searchwebservice.html

 

One Response to “SharePoint Search Web Service Query Tool”

  1. MOSS 2007 Employee Directory web part using Search and Data View web parts « Shankar’s Musings Says:

    [...] free SharePoint Search Query Tool – refer to this article for download [...]

Leave a Reply