Backfilled release —
1.5.0was published to npm and Docker Hub on 2026-06-12 but the GitHub release was missed at the time.
✨ Added
searxng_suggestionstool — returns search autocomplete suggestions from the SearXNG instance.searxng_instance_infotool — discovers the connected instance's capabilities (enabled engines, supported categories, available languages, safe-search settings).- JSON response format —
searxng_web_searchaccepts aresponse_formatparameter ("text"|"json");"json"returns raw structured data for programmatic processing. - Search metadata in text output —
searxng_web_searchtext responses now include answers, spelling corrections, infoboxes, and autocomplete suggestions when the instance returns them.
🐛 Fixed
- Metadata (answers, corrections, infoboxes) is preserved in text output even when
min_scorefilters out all web results. - Unresponsive engines are no longer listed in text output.
searxng_suggestionsandsearxng_instance_inforequests route through the configured search proxy and default TLS dispatcher.
Full Changelog: v1.4.0...v1.5.0