From 84e2a3bd3f7cf0dd305160224bc173cd02693c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brock=20Vojkovi=C4=87?= Date: Sat, 9 Jul 2022 17:33:25 +0000 Subject: Add infinite scroll as a setting in settings.yml --- searx/settings.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searx') diff --git a/searx/settings.yml b/searx/settings.yml index 7bbdda85e..63d6be3cd 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -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 ? -- cgit v1.2.3