Plumtree Portal UI  
 

SearchResultModel.doSearch Method 

doSearch() actually calls the COM side to do the search; this is called from any method that has made a change to the _request object and needs to update the search results. doSearch() also handles the various caches.

protected virtual void doSearch(
   IPTSearchQuery additionalQuery,
   string additionalBreadcrumb,
   string newKey
);

See Also

SearchResultModel Class | com.plumtree.portaluiinfrastructure.search Namespace