mirror of
https://github.com/koniu/recoll-webui.git
synced 2025-10-03 09:49:25 +02:00
Sort by relevancy by default
This commit is contained in:
parent
10809d70c5
commit
f74d7ea7d3
1 changed files with 1 additions and 1 deletions
2
webui.py
2
webui.py
|
@ -42,10 +42,10 @@ DEFAULTS = {
|
|||
|
||||
# sort fields/labels
|
||||
SORTS = [
|
||||
("relevancyrating", "Relevancy"),
|
||||
("mtime", "Date",),
|
||||
("url", "Path"),
|
||||
("filename", "Filename"),
|
||||
("relevancyrating", "Relevancy"),
|
||||
("fbytes", "Size"),
|
||||
("author", "Author"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue