forked from Ponysearch/Ponysearch
[doc] output formats
This commit is contained in:
parent
facc4ad326
commit
a46ed14f3a
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,10 @@ List of [running instances](https://github.com/asciimoo/searx/wiki/Searx-instanc
|
|||
* Tracking free
|
||||
* Modular (see [examples](https://github.com/asciimoo/searx/blob/master/examples))
|
||||
* Parallel queries
|
||||
* Supports json output `curl https://searx.0x2a.tk/?format=json&q=[query]`
|
||||
* Supports csv output `curl https://searx.0x2a.tk/?format=csv&q=[query]`
|
||||
* Supports multiple output formats
|
||||
* json `curl https://searx.0x2a.tk/?format=json&q=[query]`
|
||||
* csv `curl https://searx.0x2a.tk/?format=csv&q=[query]`
|
||||
* opensearch/rss `curl https://searx.0x2a.tk/?format=rss&q=[query]`
|
||||
* Opensearch support (you can set as default search engine)
|
||||
* Configurable search engines/categories
|
||||
|
||||
|
|
Loading…
Reference in a new issue