diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-02 21:01:24 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-02 21:01:24 +0200 |
| commit | bb628469d31d9ce61b2188aae3f570441eec8803 (patch) | |
| tree | dce80f4b0f4d14049edeeada734a088f6f7f1eca /searx/settings.yml | |
| parent | 8eb064dea1f312865dc5d5588d8a317a80efbb49 (diff) | |
fix wikipedia engine and add comments
* add paging support
* make number_of_results changable
* make result calculation more clear
* add comments
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index aebae4f3c..8938dfb80 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -11,9 +11,8 @@ server: engines: - name : wikipedia engine : wikipedia - number_of_results : 1 - paging : False shortcut : wp +# number_of_results : 1 # default is 1 - name : bing engine : bing |