geocollections / geokogud2

Eesti geokogude infosüsteem
https://geocollections.info
GNU Affero General Public License v3.0
0 stars 0 forks source link

Search and show image keywords #188

Closed ollehints closed 4 years ago

ollehints commented 4 years ago

Image search (https://geocollections.info/image) should allow searching by keywords in the attachment_keyword table, API call like: https://api.geocollections.info/attachment/?attachmentkeyword__keyword__keyword__icontains=crack&distinct=true

In image (or any file) detail view (like https://geocollections.info/file/140486) keywords from attachment_keyword table should be shown. Could be similar to the implementation in the literature portal (e.g. https://geoloogia.info/reference/11250), or could be just list of terms within table field (API call: https://api.geocollections.info/attachment_keyword/?attachment=140486&fields=keyword__keyword).