mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #1046] [QUESTION] Is it possible to show longer snippets/previews? #638
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#638
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Potajito on GitHub (Aug 3, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1046
Hi! Is it possible to get longer previews/snippets (sorry I'm not sure of their proper name) in the search results, so they show more characters?

As in here:
Thanks!
@benbusby commented on GitHub (Sep 8, 2023):
It's possible, but would likely add noticeable additional processing time to return the results. The preview text isn't shortened by Whoogle, it's returned that way in the original query to Google, so to get longer preview snippets there would need to be an additional call per result to fetch the "description" metadata field from the site and then update the result view.