DCSIMG
Search Provider - Doron Goldberg

Browse by Tags

All Tags » Search Provider (RSS)
I managed to wrap both search provider into a feature so it will be easier to deploy them. The new feature includes a simple WebPart which displays link buttons for installing the providers. Installation process can be viewed here:   The entire solution can be downloaded here . In order to compile these files need to be copied into your Program Files/Netwise. (The wsp file in located inside wsp/Debug folder inside the project)
Posted by dorong | with no comments
This post is following the previous one . In this post I will demonstrate the second search provider for MOSS – the documents search provider for IE8. I will be using the same solution, using the same method so this time I will only demonstrate the changes between the two. (The HTML is the same HTML from the previous post) The service The interface looks like this: [ServiceContract] public interface IDocumentSearchService { [OperationContract] [WebGet(UriTemplate = " /Search?q={word} "...
Posted by dorong | 3 comment(s)
In this post, and the one following it I will present two new search providers for MOSS 2007. Search provider is an old feature of common browsers, IE8 brings it into a new level with the extended visibility it provides for search results. You can read more about IE8 search providers IE8 search provider . The two search providers I will present will be: 1. People search provider for searching people in the portal. 2. Documents search provider for searching documents in the portal. As we all know...
Posted by dorong | 9 comment(s)