vespa icon indicating copy to clipboard operation
vespa copied to clipboard

Consider separating between empty strings and null

Open bratseth opened this issue 6 years ago • 1 comments

Currently string fields are not rendered if not set (null), but also if explicitly set to the empty string ("").

bratseth avatar Jan 30 '19 09:01 bratseth

In single value string attributes we are not able to separate between "the field value is not set" and "the field value is set to the empty string". Fixing this requires fundamental changes to the string attribute implementation.

geirst avatar Jan 19 '22 14:01 geirst