The code was present. The old app was using the vecnet_db database, which does not contain any of the controlled vocabulary terms, instead of the vecnet_qa database, which does.
Should probably make a separate controlled vocab server since handling them in the vecnet database is cumbersome, and means we don't have controlled vocabulary in development, or anywhere else that we do not load the data into.
The code was present. The old app was using the
vecnet_db
database, which does not contain any of the controlled vocabulary terms, instead of thevecnet_qa
database, which does.Should probably make a separate controlled vocab server since handling them in the vecnet database is cumbersome, and means we don't have controlled vocabulary in development, or anywhere else that we do not load the data into.