Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-du committed Jan 20, 2021
1 parent b7d2bd7 commit 9fc5c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified docs/src/images/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/handler/get_handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub async fn search(req: Request<()>) -> tide::Result {
0,
link.clone(),
query.words.clone(),
3,
9,
query.words.clone(),
vec![],
);
Expand All @@ -100,7 +100,7 @@ pub async fn search(req: Request<()>) -> tide::Result {
id,
link.clone(),
title,
3,
6,
page.get_summary().unwrap(),
vec![],
);
Expand All @@ -117,7 +117,7 @@ pub async fn search(req: Request<()>) -> tide::Result {
index,
link.clone(),
link_title.clone(),
2,
3,
link_title.to_string(),
vec![],
);
Expand Down

0 comments on commit 9fc5c95

Please sign in to comment.