some more sanity improvements
This commit is contained in:
parent
05b6dfda86
commit
b0ed41ef70
6 changed files with 15 additions and 10 deletions
|
@ -11,7 +11,7 @@ use crate::config::Style;
|
|||
pub struct SearchParams {
|
||||
/// It stores the search parameter option `q` (or query in simple words)
|
||||
/// of the search url.
|
||||
pub query: Option<String>,
|
||||
pub q: Option<String>,
|
||||
/// It stores the search parameter `page` (or pageno in simple words)
|
||||
/// of the search url.
|
||||
pub page: Option<u32>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue