Should the list of keywords be pulled from the database rather than maintaining a static list? `select keyword from v_catalog.keywords order by 1;` I wasn't sure if this was a design decision made based on the most common keywords, or if its an enhancement you would like added.
Should the list of keywords be pulled from the database rather than maintaining a static list?
select keyword from v_catalog.keywords order by 1;I wasn't sure if this was a design decision made based on the most common keywords, or if its an enhancement you would like added.