search: update whoosh fallback schema to sort on date too
This commit is contained in:
parent
8f434d0117
commit
1e4d5986fb
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ COMMIT_SCHEMA = Schema(
|
|||
repository_id=NUMERIC(unique=True, stored=True),
|
||||
commit_idx=NUMERIC(stored=True, sortable=True),
|
||||
commit_idx_sort=ID(),
|
||||
date=NUMERIC(stored=True),
|
||||
date=NUMERIC(stored=True, sortable=True),
|
||||
owner=TEXT(stored=True),
|
||||
author=TEXT(stored=True),
|
||||
message=FieldType(format=Characters(), analyzer=ANALYZER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue