|
@@ -13,6 +13,7 @@ List of [running instances](https://github.com/asciimoo/searx/wiki/Searx-instanc
|
13
|
13
|
* Modular (see [examples](https://github.com/asciimoo/searx/blob/master/examples))
|
14
|
14
|
* Parallel queries
|
15
|
15
|
* Supports json output `curl https://searx.0x2a.tk/?format=json&q=[query]`
|
|
16
|
+* Supports csv output `curl https://searx.0x2a.tk/?format=csv&q=[query]`
|
16
|
17
|
* Opensearch support (you can set as default search engine)
|
17
|
18
|
* Configurable search engines/categories
|
18
|
19
|
* User-agent forwarding
|
|
@@ -32,7 +33,6 @@ List of [running instances](https://github.com/asciimoo/searx/wiki/Searx-instanc
|
32
|
33
|
* Language support
|
33
|
34
|
* Documentation
|
34
|
35
|
* Pagination
|
35
|
|
-* Search suggestions
|
36
|
36
|
* Tests
|
37
|
37
|
|
38
|
38
|
|