mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] engine hex: add sort_criteria & page_size to configuration
This commit is contained in:
parent
75e4b65127
commit
87165ac532
2 changed files with 7 additions and 1 deletions
|
|
@ -923,6 +923,9 @@ engines:
|
|||
engine: hex
|
||||
shortcut: hex
|
||||
disabled: true
|
||||
# Valid values: name inserted_at updated_at total_downloads recent_downloads
|
||||
sort_criteria: "recent_downloads"
|
||||
page_size: 10
|
||||
|
||||
- name: crates.io
|
||||
engine: crates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue