Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mod] simple theme: drop img_src from default results #3483

Merged
merged 2 commits into from
May 16, 2024

Conversation

return42
Copy link
Member

The use of img_src AND thumbnail in the default results makes no sense (only a thumbnail is needed). In the current state this is rather confusing, because img_src is displayed like a thumbnail (small) and thumbnail is displayed like an image (large).

The use of img_src AND thumbnail in the default results makes no sense (only a
thumbnail is needed).  In the current state this is rather confusing, because
img_src is displayed like a thumbnail (small) and thumbnail is displayed like an
image (large).

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
@dalf
Copy link
Member

dalf commented May 12, 2024

I agree the names are confusing, however I don't think the thumbnail should be removed.
Video engines uses them to display thumbnails of the videos.

image

various API from the video engines use the term "thumbnails".

I'm not sure how to resolve this confusion.

@dalf
Copy link
Member

dalf commented May 13, 2024

I have not test the PR, but the whole thing makes sense.

Copy link
Member

@Bnyro Bnyro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected with all engines that I tested and I remember some confusion earlier already when we were discussing whether to use thumbnail or img_src for some engines, so I think that this PR is a very good idea 👍

@return42 return42 merged commit 2f2d93b into searxng:master May 16, 2024
9 checks passed
@return42 return42 deleted the drop-img_src_default-result branch May 16, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants