mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
from da web to searches!!!
This commit is contained in:
parent
d8cf389c2e
commit
bd18ae3c3c
@ -431,10 +431,15 @@ app.get("/search", async (req, res) => {
|
|||||||
return res.redirect("/");
|
return res.redirect("/");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const summary = await wiki
|
||||||
|
.summary(query + "")
|
||||||
|
.then((summary_) => (summary_.title !== "Not found." ? summary_ : "none"));
|
||||||
|
|
||||||
renderTemplate(res, req, "search.ejs", {
|
renderTemplate(res, req, "search.ejs", {
|
||||||
j,
|
j,
|
||||||
continuation,
|
continuation,
|
||||||
q: query,
|
q: query,
|
||||||
|
summary
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user