|
@@ -12,8 +12,10 @@ List of [running instances](https://github.com/asciimoo/searx/wiki/Searx-instanc
|
12
|
12
|
* Tracking free
|
13
|
13
|
* Modular (see [examples](https://github.com/asciimoo/searx/blob/master/examples))
|
14
|
14
|
* Parallel queries
|
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]`
|
|
15
|
+* Supports multiple output formats
|
|
16
|
+ * json `curl https://searx.0x2a.tk/?format=json&q=[query]`
|
|
17
|
+ * csv `curl https://searx.0x2a.tk/?format=csv&q=[query]`
|
|
18
|
+ * opensearch/rss `curl https://searx.0x2a.tk/?format=rss&q=[query]`
|
17
|
19
|
* Opensearch support (you can set as default search engine)
|
18
|
20
|
* Configurable search engines/categories
|
19
|
21
|
|