docusaurus-search-local icon indicating copy to clipboard operation
docusaurus-search-local copied to clipboard

Search Image by alt text

Open securesvet opened this issue 1 year ago • 2 comments

Hey there! I would like to propose a feature that includes adding index for image alt attributes from html, for example I have:

<img src="./example.png" alt="This is an example image!" />

And I want to be able to search for that image using alt attribute

Is there a possible workaround?

securesvet avatar Sep 27 '24 11:09 securesvet

This is a reasonable feature. But how would you like it to work?

Mix the alt text with other text content in the search result? Or show the image directly? Or have a separate image search tab?

weareoutman avatar Sep 29 '24 07:09 weareoutman

I guess for now having a separate image search tab is quite difficult and not essential to implement. For my purposes it would be just fine if the results of images found by alt attribute were mixed with the rest of text context.

Guess I could just have a paragraph right before image, that duplicates what alt text says with display:none, and this is the way it could be indexed right now.

securesvet avatar Sep 30 '24 09:09 securesvet