@renato2099 I ingested two files which created tag_id's and submission_id's for 1 and 2 respectively below.
I then performed docker-compose down and then docker-compose up to restart all services. I then ingested data file 159903_2012_117464_eTUFF.txt. This generated a tag_id and submission_id of 34! This needs further testing... we can simply delay until 0.10.0 release.
When executing a GET on /tags I am getting the following response
Reverts tagbase/tagbase-server#204
@renato2099 I ingested two files which created
tag_id
's andsubmission_id
's for1
and2
respectively below. I then performeddocker-compose down
and thendocker-compose up
to restart all services. I then ingested data file159903_2012_117464_eTUFF.txt
. This generated atag_id
andsubmission_id
of34
! This needs further testing... we can simply delay until 0.10.0 release.When executing a GET on
/tags
I am getting the following responseThe
submission_id
andtag_id
for the third entry should be3
not34
!