Method
search
(self, query, type=SEARCH, start=1, count=10, sort=RELEVANCY, size=None, cached=True, **kwargs)
Source from the content-addressed store, hash-verified
| 992 | self.format = lambda x: x # Formatter applied to each attribute of each Result. |
| 993 | |
| 994 | def search(self, query, type=SEARCH, start=1, count=10, sort=RELEVANCY, size=None, cached=True, **kwargs): |
| 995 | return Results(source=None, query=query, type=type) |
| 996 | |
| 997 | class SearchEngineError(HTTPError): |
| 998 | pass |
Callers
nothing calls this directly
Tested by
no test coverage detected