.oO SearXNG Developer Documentation Oo.
|
Functions | |
request (query, params) | |
response (resp) | |
fetch_traits (EngineTraits engine_traits) | |
Variables | |
dict | about |
list | categories = ['general'] |
bool | paging = True |
str | base_url = "https://stract.com/beta/api" |
str | search_url = base_url + "/search" |
Stract is an independent open source search engine. At this state, it's still in beta and hence this implementation will need to be updated once beta ends.
searx.engines.stract.fetch_traits | ( | EngineTraits | engine_traits | ) |
Definition at line 63 of file stract.py.
searx.engines.stract.request | ( | query, | |
params ) |
Definition at line 28 of file stract.py.
searx.engines.stract.response | ( | resp | ) |
Definition at line 48 of file stract.py.
dict searx.engines.stract.about |
str searx.engines.stract.base_url = "https://stract.com/beta/api" |