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
The CorpusConfiguration model includes the min/max data for the corpus, which is used to show/filter metadata for each corpus in the corpus overview. The page only shows the date as a year though, which is sufficient.
Suggestion:
Change the field to an integer
When importing a corpus definition, if min/max is a date, extract the year.
Change the corpus JSON definition API to use an integer (view/schema/frontend functions /etc)
Change the corpus form to use number input
The text was updated successfully, but these errors were encountered:
The
CorpusConfiguration
model includes the min/max data for the corpus, which is used to show/filter metadata for each corpus in the corpus overview. The page only shows the date as a year though, which is sufficient.Suggestion:
The text was updated successfully, but these errors were encountered: