diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-20 22:23:51 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-20 22:23:51 +0200 |
| commit | a2bbf027749a69c0b128de2d52cb288fd6bc4f50 (patch) | |
| tree | db8bc818207020818d8a083fedf762ae602608e4 /README.md | |
| parent | e75432c505be609441b6a22c4e2687e6bd758a0d (diff) | |
[doc] HTTP GET support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ A privacy-respecting, hackable [metasearch engine](https://en.wikipedia.org/wiki * Tracking free * Modular (see [examples](https://github.com/asciimoo/searx/blob/master/examples)) * Parallel queries -* Supports json output `curl -d 'format=json' -d 'q=searx' http://searx.0x2a.tk/` +* Supports json output `curl http://searx.0x2a.tk/?format=json&q=[query]` * Opensearch support (you can set as default search engine in your browser) * Search categories * User-agent forwarding |