Hi,
I'm developing a new research Webservice more easy to use than the existing SearchService. My web method signature is:
searchDocument(Integer aStartingLocation, String aDocumentCaption, Metadata aMetadata)
My problem is now to create the research query for the WebSBrocker module…I don’t find any documentation on how can I create this query (how can I translate my AttributeGroups into a research query ?, how can I specify that I want to research only on my remote Livelink datasource… starting from a specific folder ? etc…).
I have the “Search API Programming Guide” but this is not what I’m looking for...
Second question: according to you witch method will be the best to do what I want? $WEBSBROCKER.SearchAPIUtil.Search() or $WEBSBROCKER.TemplateUtil.NewSearchFromTemplate() or other ?
Thank for helping me.
I'm developing a new research Webservice more easy to use than the existing SearchService. My web method signature is:
searchDocument(Integer aStartingLocation, String aDocumentCaption, Metadata aMetadata)
My problem is now to create the research query for the WebSBrocker module…I don’t find any documentation on how can I create this query (how can I translate my AttributeGroups into a research query ?, how can I specify that I want to research only on my remote Livelink datasource… starting from a specific folder ? etc…).
I have the “Search API Programming Guide” but this is not what I’m looking for...
Second question: according to you witch method will be the best to do what I want? $WEBSBROCKER.SearchAPIUtil.Search() or $WEBSBROCKER.TemplateUtil.NewSearchFromTemplate() or other ?
Thank for helping me.