mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[fix] add more description on possible search tpyes
This commit is contained in:
parent
87f117d50e
commit
2a9339f4b7
@ -31,7 +31,7 @@ search_postfix = 'w/api.php?action=query'\
|
||||
'&format=json'\
|
||||
'&sroffset={offset}'\
|
||||
'&srlimit={limit}'\
|
||||
'&srwhat={searchtype}' # search for a near match in the title
|
||||
'&srwhat={searchtype}'
|
||||
|
||||
|
||||
# do search-request
|
||||
|
@ -215,6 +215,8 @@ engines:
|
||||
categories : it
|
||||
base_url : https://directory.fsf.org/
|
||||
number_of_results : 5
|
||||
# what part of a page matches the query string: title, text, nearmatch
|
||||
# title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
|
||||
search_type : title
|
||||
timeout : 5.0
|
||||
disabled : True
|
||||
|
Loading…
Reference in New Issue
Block a user