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

Part of canonical.launchpad.interfaces.searchservice View In Hierarchy

Known implementations: canonical.launchpad.utilities.searchservice.GoogleSearchService

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 2010-09-27 00:00:11.