|
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG How did you install SearXNG? What happened? How To Reproduce Expected behavior Screenshots & Logs Additional context |
Replies: 3 comments 5 replies
|
If you test with a I'm going to close this "bug report". |
|
For me it fixed after set formats in config to all allowed in array way: Also i had a VPN connected, seems it interfered. |
|
Do the following to enable the api:
vi searxng/settings.yml
search:
formats:
- html
- json
docker restart searxngThe API should now respond to JSON format requests. |
Do the following to enable the api:
The API should now respond to JSON format requests.