diff options
Diffstat (limited to 'searx/engines/seekr.py')
| -rw-r--r-- | searx/engines/seekr.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/seekr.py b/searx/engines/seekr.py index 3bd739964..aa2404267 100644 --- a/searx/engines/seekr.py +++ b/searx/engines/seekr.py @@ -32,8 +32,8 @@ Known Quirks The implementation to support :py:obj:`paging <searx.enginelib.Engine.paging>` is based on the *nextpage* method of Seekr's REST API. This feature is *next -page driven* and plays well with the :ref:`infinite_scroll <settings ui>` -setting in SearXNG but it does not really fit into SearXNG's UI to select a page +page driven* and plays well with the :ref:`infinite_scroll <settings plugins>` +plugin in SearXNG but it does not really fit into SearXNG's UI to select a page by number. Implementations |