mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] add mongodb offline engine
Cherry-Pick: 198aad43
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
f376b4ed3e
commit
0a9cd08bf1
2 changed files with 78 additions and 0 deletions
|
|
@ -811,6 +811,19 @@ engines:
|
|||
engine: mixcloud
|
||||
shortcut: mc
|
||||
|
||||
# MongoDB engine
|
||||
# Required dependency: pymongo
|
||||
# - name: mymongo
|
||||
# engine: mongodb
|
||||
# shortcut: md
|
||||
# exact_match_only: false
|
||||
# host: '127.0.0.1'
|
||||
# port: 27017
|
||||
# results_per_page: 20
|
||||
# database: 'business'
|
||||
# collection: 'reviews' # name of the db collection
|
||||
# key: 'name' # key in the collection to search for
|
||||
|
||||
- name: npm
|
||||
engine: json_engine
|
||||
paging: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue