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
Currently "keywords" expects a char(256) string, however keywords are represented in the package.json as an array of strings. furthermore, we would like to perform searches based on keywords, so we need a better database structure for handling this.