Skip to content

Commit

Permalink
Merge pull request searx#1486 from vojkovic/master
Browse files Browse the repository at this point in the history
Add infinite scroll as a setting in settings.yml
  • Loading branch information
dalf authored Jul 9, 2022
2 parents 7e695c6 + 84e2a3b commit 641e39b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/admin/engines/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ Global Settings
ui:
default_locale: ""
query_in_title: false
infinite_scroll: false
center_alignment: false
default_theme: simple
theme_args:
Expand All @@ -245,6 +246,9 @@ Global Settings
When true, the result page's titles contains the query it decreases the
privacy, since the browser can records the page titles.

``infinite_scroll``:
When true, automatically loads the next page when scrolling to bottom of the current page.

``center_alignment`` : default ``false``
When enabled, the results are centered instead of being in the left (or RTL)
side of the screen. This setting only affects the *desktop layout*
Expand Down
2 changes: 2 additions & 0 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ ui:
# query_in_title: When true, the result page's titles contains the query
# it decreases the privacy, since the browser can records the page titles.
query_in_title: false
# infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page.
infinite_scroll: false
# ui theme
default_theme: simple
# center the results ?
Expand Down

0 comments on commit 641e39b

Please sign in to comment.