server: fix pagination counts for tantivy results
This commit is contained in:
@@ -605,7 +605,7 @@ fn compute_offset_limit(
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Default)]
|
||||
pub struct Query {
|
||||
pub unread_only: bool,
|
||||
pub tags: Vec<String>,
|
||||
|
||||
Reference in New Issue
Block a user