Hi
I have some questions about sharepoint and webparts integration.
What i have in sharepoint is a page on which the IWOV_Quick_Search webpart is being placed. I can fill the search criteria and set the "Specify a Result Workspace" to the correct URL. On the target URL there are two instances of the IWOV_Saved_search being placed. Both webparts are showing results depending on the search criteria. I would like one webpart to have shown the documents based on the searchcriteria and the other webpart shown the workspaces.
In the webpart showing the documents the Querystring is empty. this webpart is showing the results depending on the search criteria. Excellent. The second webpart i have filled in the querystring "?p-object-type=imTypeWorkspaceSearchFolder&p-description=*&p-database=PROJECT&p-type=work&op=search "
Question: How can i achieve that this webpart is showing only the workspaces of the documents depending on the search criteria. In other words, how can i subsitute the star (*) in the p-description property with the search keyword which is also being shown in the URL.
The second part is a bit tricky. For this customer each workspace is a project. In this case i have set the "Specify a URL for an item to zoom in" to a new URL on wich i placed the "IWOV Zoom In Folder" webpart. So if a user clicks on a search result the webpart redirects the user to the project site and the "IWOV Zoom In Folder" webpart shows the correct workspace. So far so good. The problem is that the customer would like to use sharepoint functions like discussions, tasks, agenda etc. So each project gets its own static sharepoint project site on which the iwov webparts have to be present.
Question: How can i make it happen that the "Specify a URL for an item to zoom in" consists of a static URL and for example a metadata field from worksite. So the url would be something like
http://sharepoint/Projects/20043002. Where 20043002 is the workspace ID or other custom metadata field depening on the selected workspace.
Thanks!!!!! Marcel