ElixirTeSS / TeSS

Training e-Support Service using Ruby on Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyword parsing

DaanVanVugt opened this issue · comments

Is your feature request related to a problem? Please describe

The keywords facet is getting full and hard to scan on staging.taxila.nl. Many of these keywords actually correspond to other fields, where we have dictionaries.

Describe the solution you'd like

Extend the dictionaries to have keyword names / regexes, and automatically convert a keyword to a dictionary field if matching.

Describe alternatives you've considered

Could implement this at the scraper level, but sources that provide keywords typically do not sort them into our categories. By doing it 'globally' we could reduce the maintenance burden for everyone.
An option would be to use these as edit suggestions, instead of directly applying them (but we would like to try direct application on our instance)

Additional context

taxila keywords list 2023-01-04

Implemented by #828