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 we are testing scicat backend 4.16.0 . Unfortunately, in this version possibility of storing a small list like [1, 0 , 0] was removed. Instead I get the following errors
More than two values provided in the quantity_range field {"inputValue":[1,0,0]}
Is there any possibility to store small lists?
Of course it is only possible way I can dump it to {"1":{"value":1}, "2":{"value":0}, "3":{"value":0} } but it will use more storage space in DB.
It looks like #924 was not resolved .
The text was updated successfully, but these errors were encountered:
jkotan
changed the title
How to store small list in scientificMetadata?
How to store a small list in scientificMetadata?
May 12, 2025
Uh oh!
There was an error while loading. Please reload this page.
Currently we are testing scicat backend 4.16.0 . Unfortunately, in this version possibility of storing a small list like
[1, 0 , 0]
was removed. Instead I get the following errorsIs there any possibility to store small lists?
Of course it is only possible way I can dump it to
{"1":{"value":1}, "2":{"value":0}, "3":{"value":0} }
but it will use more storage space in DB.It looks like #924 was not resolved .
The text was updated successfully, but these errors were encountered: