diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d9426033e..af91a18f4 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -209,6 +209,18 @@ engines: # Or you can use the html non-stable engine, activated by default engine : flickr_noapi + - name : free software directory + engine : mediawiki + shortcut : fsd + 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 + - name : frinkiac engine : frinkiac shortcut : frk |