Replies: 1 comment
|
Thanks for sharing it. I think the JSON engine is completely fine here. You can increase the result's per page in Hister instead of implementing it as a native searx engine - way less effort. Btw, I'm the original author of Searx =] |
0 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.
Thanks for creating hister! I found that hister is a useful application for tracking and searching through my browsing history. I integrated it into my self-hosted instance of searxng for use as a general search engine.
Unfortunately there's no native searxng plugin for hister. I had to use the built in
json_enginefor parsing the results. Here's my configuration if anyone wants to copy it:10.0.2.100with my docker's hister address. Only the first page of the search result is shown since searxng only supports offset-based pagination. I would write a plugin for this but realistically I only view the first page.All reactions