UUDigitalHumanitieslab / I-analyzer

The great textmining tool that obviates all others
https://ianalyzer.hum.uu.nl
MIT License
6 stars 2 forks source link

Make URL fields clickable links #1583

Closed Meesch closed 1 month ago

Meesch commented 1 month ago
Screenshot 2024-05-21 at 13 54 20

Let's create a functionality where we can mark certain fields as 'url_fields', and make those fields clickable links in the fronend. ElasticSearch does not have a native url_mapping, instead we store these as keyword fields usually. Tijmen and I think the easiest solution would be to add a parameter in the frontend for url fields.

lukavdplas commented 1 month ago

Let's create a functionality where we can mark certain fields as 'url_fields'

Did you try display_type = 'url'?