mirror of
https://github.com/koniu/recoll-webui.git
synced 2025-10-05 10:39:27 +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
|
# sort fields/labels
|
||||||
SORTS = [
|
SORTS = [
|
||||||
|
("relevancyrating", "Relevancy"),
|
||||||
("mtime", "Date",),
|
("mtime", "Date",),
|
||||||
("url", "Path"),
|
("url", "Path"),
|
||||||
("filename", "Filename"),
|
("filename", "Filename"),
|
||||||
("relevancyrating", "Relevancy"),
|
|
||||||
("fbytes", "Size"),
|
("fbytes", "Size"),
|
||||||
("author", "Author"),
|
("author", "Author"),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue