adamreichold / umwelt-info

umwelt.info metadata index
https://umwelt.info
GNU Affero General Public License v3.0
1 stars 0 forks source link

MVP for SNS/UMTHES integration to fetch related terms. #70

Open adamreichold opened 2 years ago

adamreichold commented 2 years ago

This probably needs at least per-term requests with caching and locally building the union over the currently queried terms to be useful in the long term, but it works well enough to demonstrate the idea.

adamreichold commented 2 years ago

Just dumps the related terms below the facets and allows them to be added to the query, i.e. first

grafik

and then after clicking on "Alster"

grafik

IMHO, the main usability issue here is how to include this in the search box, e.g. replace the term that it is related to, add a new term that can match or must match.

adamreichold commented 2 years ago

@jakobdeller As discussed, I extended this with caching so that for each term, we will only fetch similar terms once per day. I think it is therefore ready to include in the main branch after review.