mirror of
https://github.com/searxng/searxng.git
synced 2025-07-30 16:42:22 +02:00
Stats: display only the score per result, no anymore the score
This commit is contained in:
parent
ea61d6ed12
commit
94a28ebe53
2 changed files with 2 additions and 5 deletions
|
@ -145,7 +145,7 @@ result_templates = get_result_templates(templates_path)
|
|||
|
||||
STATS_SORT_PARAMETERS = {
|
||||
'name': (False, 'name', ''),
|
||||
'score': (True, 'score', 0),
|
||||
'score': (True, 'score_per_result', 0),
|
||||
'result_count': (True, 'result_count', 0),
|
||||
'time': (False, 'total', 0),
|
||||
'reliability': (False, 'reliability', 100),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue