Joseph Cheung
cad3b38be8
g
2023-03-12 19:10:58 +08:00
Joseph Cheung
a8715284d8
Update paper.html
2023-03-12 17:49:36 +08:00
Joseph Cheung
5121c82aaf
c
2023-03-05 23:30:11 +08:00
Joseph Cheung
f2d9a60c20
o
2023-03-04 09:19:59 +08:00
Joseph Cheung
12a45f604c
c
2023-02-26 13:22:28 +08:00
Joseph Cheung
83ab4960fa
c
2023-02-26 13:10:52 +08:00
Joseph Cheung
5f6aaf6020
p
2023-02-26 12:44:03 +08:00
Joseph Cheung
178a021761
c
2023-02-26 12:11:23 +08:00
Joseph Cheung
ff4cf4e0e4
Update no_results.html
2023-02-26 11:00:43 +08:00
Joseph Cheung
e4cb5670f2
Update no_results.html
2023-02-26 10:39:11 +08:00
Joseph Cheung
f5b38e694c
p
2023-02-26 10:05:05 +08:00
Joseph Cheung
ae27eec00d
Update base.html
2023-02-26 09:32:30 +08:00
Joseph Cheung
c652318318
Update base.html
2023-02-26 09:13:39 +08:00
Joseph Cheung
c93eaf39c5
d
2023-02-26 08:59:50 +08:00
Joseph Cheung
173b18b945
o
2023-02-26 08:44:12 +08:00
Joseph Cheung
10b9c2ee90
o
2023-02-26 08:37:17 +08:00
Joseph Cheung
850304b7b1
o
2023-02-26 08:33:08 +08:00
Joseph Cheung
b8557e9f99
o
2023-02-23 16:04:09 +08:00
Joseph Cheung
b093184b6b
o
2023-02-23 14:08:24 +08:00
Joseph Cheung
c0ef5c26fb
oo
2023-02-23 13:51:24 +08:00
Joseph Cheung
41eeeed5c1
o
2023-02-23 12:18:52 +08:00
Joseph Cheung
6a4a810d12
Merge branch 'master' of https://github.com/luxtiasco/searxng
2023-02-23 11:14:04 +08:00
Joseph Cheung
3a0f935a67
Update results.html
2023-02-23 11:14:01 +08:00
luxtiasco
dc553ff243
Merge branch 'searxng:master' into master
2023-02-22 12:25:21 +08:00
Joseph Cheung
c5be51a7d6
Update categories.html
2023-02-21 19:48:28 +08:00
Joseph Cheung
aa8e49a98f
o
2023-02-20 21:27:29 +08:00
Joseph Cheung
d2be38fd5f
Update base.html
2023-02-20 19:58:02 +08:00
Joseph Cheung
7f0874c176
o
2023-02-19 22:34:53 +08:00
Joseph Cheung
ad91b37b21
Update results.html
2023-02-19 21:56:20 +08:00
Joseph Cheung
d93eeb98c8
o
2023-02-19 21:12:54 +08:00
Joseph Cheung
fe718eea60
Update base.html
2023-02-19 19:11:04 +08:00
Joseph Cheung
e328b414d5
u
2023-02-19 18:49:32 +08:00
Joseph Cheung
acd87ae0e8
upd
2023-02-19 18:06:16 +08:00
Joseph Cheung
3747a01486
upd
2023-02-19 17:51:16 +08:00
Joseph Cheung
fd843a169a
Delete base.html
2023-02-19 17:31:36 +08:00
Joseph Cheung
d008d78cd6
Merge remote-tracking branch 'origin/latesto'
2023-02-19 11:16:56 +08:00
Alexandre Flament
6748e8e2d5
Add "Auto-detected" as a language.
...
When the user choose "Auto-detected", the choice remains on the following queries.
The detected language is displayed.
For example "Auto-detected (en)":
* the next query language is going to be auto detected
* for the current query, the detected language is English.
This replace the autodetect_search_language plugin.
2023-02-17 15:17:36 +00:00
Lea
a530ac4099
fix: typo in suggestions
2023-02-10 15:33:25 +01:00
mrpaulblack
8ead23347f
[fix] use input elements for pagination requests
...
* use html input elements instead of buttons for the pagination forms at the bottom of the result page
* move the less section that hides the pagination number widget on mobile to the mobile section
* clean up the less code for styling the numbers of the pagination widget
* fix: add the margin for box results (like in news category) to the bottom of the result to have a margin between pagination widget and article result
2023-01-23 22:56:55 +01:00
llmII
d2b2300ee1
Feature: Pagination Widget with list of numbers.
...
Adds to the navigation widget, preserving forward/backward nav, and
inserting a list of clickable page numbers between them.
Phone sized devices continue without this widget as deterministic
display under small screen sizes has not been solved.
The widget is agnostic to the actual amount of pages there are that one
can navigate to and as such shows all plausible, albeit not necessarilly
valid, possibilities.
This widget does not interfere with infinite scroll in any fashion.
2023-01-23 21:22:06 +01:00
allixx
1407a055b2
[simple theme] set tab index for search page input field #1891
...
Previously it took five tab keypresses to reach search input field
on search results page. Now one tab press is enough.
2023-01-08 13:41:48 +03:00
Markus Heiser
ba8959ad7c
[fix] typos / reported by @kianmeng in searx PR-3366
...
[PR-3366] https://github.com/searx/searx/pull/3366
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-27 18:32:14 +02:00
Markus Heiser
b424ee255e
[mod] paper.html: simplify template by using result_link macro
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 16:13:36 +02:00
Markus Heiser
3198c906af
[mod] paper.html: add links to doi resolver
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 14:19:51 +02:00
Alexandre Flament
d6446be38f
[mod] science category: various update of about PR 1705
2022-09-23 20:52:55 +02:00
Alexandre FLAMENT
5ba831d6a8
Add paper.html result template
2022-09-23 20:45:58 +02:00
Markus Heiser
8b40e68c56
[fix] wording: SearXNG is 'open' and not 'hackable'
...
The word "hackable" may arouse interest in programmers to participate in the
development, but it scares the ordinary user.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-21 17:10:35 +02:00
Alexandre Flament
691c0ed6b9
Merge pull request #1743 from dalf/update_about_metrics
...
Update about the metrics
2022-09-04 11:29:28 +02:00
Markus Heiser
ad8ffd222c
[mod] option 'ui: cache_url:' to configure internet cache or archive
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-04 09:42:20 +02:00
Alexandre FLAMENT
66f72a006f
template: when enable_metrics are disabled, hide the empty stats
...
when metrics are disabled:
* hide the link to /stats at the bottom of the pages
* in /preferences, hide the columns "Response time" and "Reliability"
2022-09-02 08:52:23 +00:00