Open BramBonne opened 8 years ago
It seems that this limit is imposed during upload, as implemented in EventJsonUploadProcessor.java
, lines 246-250. Is there a technical reason for limiting an answer to 500 characters during upload, or is this to make sure a user can not overburden the datastore by submitting long responses?
When exporting data from the Paco datastore, answer strings get cut off after 497 characters. Including the ellipsis that are appended, the data seems to be limited to 500 characters.
This is expected behavior for the web interface, but not for the export functionality.