.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
dummy-offline.py
Go to the documentation of this file.
1
# SPDX-License-Identifier: AGPL-3.0-or-later
2
# pylint: disable=invalid-name
3
"""Dummy Offline
4
5
"""
6
7
8
# about
9
about = {
10
"wikidata_id"
:
None
,
11
"official_api_documentation"
:
None
,
12
"use_official_api"
:
False
,
13
"require_api_key"
:
False
,
14
"results"
:
'HTML'
,
15
}
16
17
18
def
search(query, request_params):
# pylint: disable=unused-argument
19
return
[
20
{
21
'result'
:
'this is what you get'
,
22
}
23
]
searxng
searx
engines
dummy-offline.py
Generated on Sat Nov 16 2024 00:10:57 for .oO SearXNG Developer Documentation Oo. by
1.12.0