Skip to content
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

"ui.theme_args.results_on_new_tab" is not work. #987

Closed
chattytak opened this issue Mar 19, 2022 · 2 comments · Fixed by #992
Closed

"ui.theme_args.results_on_new_tab" is not work. #987

chattytak opened this issue Mar 19, 2022 · 2 comments · Fixed by #992
Labels
bug Something isn't working

Comments

@chattytak
Copy link

Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG
2022.03.13-cd92a7ea

How did you install SearXNG?
searxng-docker image

What happened?
I thought I edited ui.theme_args.results_on_new_tab in settings.yml to change the initial value, but it is not actually reflected.

How To Reproduce
Modify settings.yml.

...snip...
ui:
  ...snip...
  theme_args:
    # default style of oscar
    oscar_style: logicodev
    # style of simple theme: auto, light, dark
    simple_style: auto
    # Open result links in a new tab by default
    results_on_new_tab: true
...snip...

Expected behavior

results_on_new_tab is enabled.

Screenshots & Logs

Additional context

@chattytak chattytak added the bug Something isn't working label Mar 19, 2022
@dalf
Copy link
Member

dalf commented Mar 19, 2022

There is a mistake in settings.yml.

The setting is ui.results_on_new_tab

return42 added a commit to return42/searxng that referenced this issue Mar 19, 2022
Closes: searxng#987
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
@return42
Copy link
Member

See e4a2bfb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants