Adam Tauber 8 vuotta sitten
vanhempi
commit
a4f7046b8f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      searx/engines/mediawiki.py

+ 1
- 1
searx/engines/mediawiki.py Näytä tiedosto

@@ -21,7 +21,7 @@ categories = ['general']
21 21
 language_support = True
22 22
 paging = True
23 23
 number_of_results = 1
24
-search_type = 'nearmatch' # possible values: title, text, nearmatch
24
+search_type = 'nearmatch'  # possible values: title, text, nearmatch
25 25
 
26 26
 # search-url
27 27
 base_url = 'https://{language}.wikipedia.org/'