Statistics

class searx.answerers.statistics.SXNGAnswerer[source]

Statistics functions

keywords: list[str] = ['min', 'max', 'avg', 'sum', 'prod']

Keywords to which the answerer has answers.

info()[source]

Informations about the answerer, see AnswererInfo.

answer(query: str) list[BaseAnswer][source]

Function that returns a list of answers to the question/query.