-
|
searxng provides many search engines and use them by default. But If I want to disable a lot of engines, I had to manaully declare engine name and add disable option. I feel there is better way to do so, such as disabling everything by default but allow only selected engines. I tried enabled_engines option for this but It just add enabled_engines along with default engines. I'm curious there is better way to hande such cases. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
User can enable/disable all engines in a category. Admins can maintain their own |
Beta Was this translation helpful? Give feedback.
-
|
I'd also love an option like this. |
Beta Was this translation helpful? Give feedback.
-
|
Come across this and saw that meanwhile there is something like use_default_settings:
engines:
remove:
...and use_default_settings:
engines:
keep_only:
... |
Beta Was this translation helpful? Give feedback.
User can enable/disable all engines in a category.
Admins can maintain their own
/etc/searxng/settings.yml(there is no need to useuse_default_settings: true)