Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-search-dev] Need help adding results to the search results view


Hi,
I want to add my search page and show the results in the standard results view.
For adding my search results to the view I am doing the following:

SearchUI.activateSearchResultView();
fView = SearchUI.getSearchResultView();
fView.searchstarted(...);

Now I want to call  ISearchResultView.addMatch() but it takes in a IResource.
Can I add results which are not of the type IResource?

Thank you.

Back to the top