mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Prepare for new search logic with feature toggle
This commit is contained in:
@ -79,7 +79,7 @@ object BasicData {
|
||||
Query.Fix(
|
||||
account,
|
||||
Some(ItemQuery.Attr.ItemId.in(itemIds.map(_.id))),
|
||||
Some(_.created)
|
||||
Some(_.byItemColumnAsc(_.created))
|
||||
)
|
||||
)
|
||||
for {
|
||||
|
Reference in New Issue
Block a user