l.s.s.i.ISearchService(Interface) : interface documentation

Part of lp.services.sitesearch.interfaces View In Hierarchy

A service that can return an ISearchResults for a query.
Method search Search a source for items that match the terms and.
def search(terms, start=0):
Search a source for items that match the terms and.
ParameterstermsA string of terms understood by the search service.
startThe 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.
ReturnsISearchResults.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.