Statistics¶ class searx.answerers.statistics.SXNGAnswerer[source]¶ Statistics functions keywords: list[str] = ['min', 'max', 'avg', 'sum', 'prod', 'range']¶ Keywords to which the answerer has answers. info()[source]¶ Information about the answerer, see AnswererInfo. answer(query: str) → list[BaseAnswer][source]¶ Function that returns a list of answers to the question/query.