Part of lp.services.sitesearch.interfaces View In Hierarchy
ISearchResults
for a query.Method | search | Search a source for items that match the terms and. |
Parameters | terms | A string of terms understood by the search service. |
start | The index of the first item to return in the
ISearchResults collection. The search service may limit the
number of items in the results. The start parameter can be used
to page though batches of ISearchResults . | |
Returns | ISearchResults . |