-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[feat] engines: add Marginalia #5087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bnyro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
We should re-add Marginalia because recently, the site owner @vlofgren said that he is okay with it in #3034 It's commented-out in the code, that means only a small number of people will about know about it. Additionaly this sends a User-Agent header to identify searxng traffic. But maybe the python module should include code that prevents the public API key from being used at all? Bassicly give an error instead of allowing it to be used? |
To get an API key follow instructions at [1]. [1] https://about.marginalia-search.com/article/api/ Related (historical ordered): - searxng#1620 - searxng#1673 - searxng#1627 - searxng#2489 Closes: - searxng#3034
return42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a WIP commit on top in which I
- fixed some minor issue (see comments below),
- added online doc for the engine,
- added a
init()routine - and I added some typing stuff.
@Austin-Olacsi can you please check everything works as expected after my modifications / thanks a lot 👍
|
ok we forgot to add |
What does this PR do?
adds Marginalia
Why is this change important?
Interesting search results.
How to test this PR locally?
uncomment the engine in settings.yml
add your API key, and then use make run
Author's checklist
Related issues
closes #3034