Search Image by alt text
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?
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?
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.