[GH-ISSUE #1046] [QUESTION] Is it possible to show longer snippets/previews? #638

Closed
opened 2026-02-25 20:36:11 +03:00 by kerem · 1 comment
Owner

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:
image
Thanks!

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: ![image](https://github.com/benbusby/whoogle-search/assets/39760810/77b205ff-ceb8-4d5a-b049-9b243a19d41c) Thanks!
kerem 2026-02-25 20:36:11 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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.

<!-- gh-comment-id:1712299033 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#638
No description provided.