.oO SearXNG Developer Documentation Oo.
|
Go to the source code of this file.
Namespaces | |
namespace | searx |
namespace | searx.engines |
::1337x | |
namespace | searx.engines.postgresql |
Functions | |
searx.engines.postgresql.init (engine_settings) | |
searx.engines.postgresql.search (query, params) | |
searx.engines.postgresql._fetch_results (cur) | |
Variables | |
str | searx.engines.postgresql.engine_type = 'offline' |
str | searx.engines.postgresql.host = "127.0.0.1" |
str | searx.engines.postgresql.port = "5432" |
str | searx.engines.postgresql.database = "" |
str | searx.engines.postgresql.username = "" |
str | searx.engines.postgresql.password = "" |
str | searx.engines.postgresql.query_str = "" |
int | searx.engines.postgresql.limit = 10 |
bool | searx.engines.postgresql.paging = True |
str | searx.engines.postgresql.result_template = 'key-value.html' |
searx.engines.postgresql._connection = None | |