mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[doc] engine-table: stop sorting by Disabled
It's only the default value for disabled it's not that important, since users can easily toggle it anytime in the engine preferences.
This commit is contained in:
@@ -54,7 +54,7 @@ jinja_filters = {
|
||||
'sort_engines':
|
||||
lambda engines: sorted(
|
||||
engines,
|
||||
key=lambda engine: (engine[1].disabled, engine[1].about.get('language', ''), engine[0])
|
||||
key=lambda engine: (engine[1].about.get('language', ''), engine[0])
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user