You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2024. It is now read-only.
We have implemented the commands bbs_database topic-extract to extract information about the topics of an article.
However, this topic information is only used by bbs_database topic-extract to determine, based on user-defined inclusion/exclusion criteria, whether or not an article file should be parsed into a JSON (with bbs_database parse) and then uploaded into the database.
We would like this information to be preserved also into the articles table, so that later on we can e.g. filter articles by topic.
Actions
Include information on the topic in the JSON output parse of bbs_database parse.