Adam Tauber hace 8 años
padre
commit
a4f7046b8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/engines/mediawiki.py

+ 1
- 1
searx/engines/mediawiki.py Ver fichero

@@ -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/'