.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.search.processors.abstract.RequestParams Class Reference
Inheritance diagram for searx.search.processors.abstract.RequestParams:
Collaboration diagram for searx.search.processors.abstract.RequestParams:

Static Public Attributes

safesearch .Literal[0, 1, 2]
time_range .Literal["day", "week", "month", "year"] | None
dict engine_data [str, str]

Detailed Description

Basic quantity of the Request parameters of all engine types.

Definition at line 31 of file abstract.py.

Member Data Documentation

◆ engine_data

dict searx.search.processors.abstract.RequestParams.engine_data [str, str]
static

Definition at line 59 of file abstract.py.

◆ safesearch

t searx.search.processors.abstract.RequestParams.safesearch .Literal[0, 1, 2]
static

Definition at line 53 of file abstract.py.

◆ time_range

t searx.search.processors.abstract.RequestParams.time_range .Literal["day", "week", "month", "year"] | None
static

Definition at line 56 of file abstract.py.


The documentation for this class was generated from the following file:
  • /home/andrew/Documents/code/public/searxng/searx/search/processors/abstract.py