lupinia / awi

Full Lupinia/Awi website, built with Django
https://www.lupinia.net/
2 stars 1 forks source link

Sunset: Publicly searchable image meta tags #97

Open lupinia opened 1 year ago

lupinia commented 1 year ago

I would like to have the ability to designate certain image meta tags as searchable/filterable; for example, providing a way to show all images taken with a particular camera model or lens. Theoretically, some of this is already possible with the way I use tags on images, but that requires me to tag images correctly. I'm not sure whether defining this in the metadata would be a more user-friendly way, but it would at least be more accurate. This idea may complicate #63.

Integrating this into search faceting might be the best way to present the results, rather than building an entirely separate view to do it, but that might require a radical restructuring of how image metadata is handled/stored, because it would need to be turned into a search queryset.

This may not be enough of a clearly-defined idea to open an issue for, but I wanted to at least write it down somewhere.