Replies: 1 comment 6 replies
|
I'm very well aware of the searx search format, since I wrote it back in the days. =] The results are available in JSON format in Hister as well, but there are a few incompatibilities with the original Searx API:
Non of these are blockers, but adding the compatibility would result in less accurate paging and increased filtering complexity. Hister has way more flexible filtering than searx, providing an HTTP parameter for each would require significant amount of work. Could you list existing libs/tools that could be used this way? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Here and there are popping up more and more agents/MCP/... supporting SearxNG as a search backend (often falling back on a online search/research engine like Qwant, DDG etc...).
I wonder what keeps Hister from being plug'n'play to be used in place of a true SearxNG instance.
AFAICT it's all about a specific URL endpoint supporting
q,format=json,pageno,engines,languagequery-string parameters and returning json like{"result":{"title" + "url" + "content"}}Such a SearxNG formalized I/O compatibility layer, written once inside Hister would open to door to use it with many existing libraries/tools without patching each and every one of them.
All reactions