Merge branch 'master' into PHRAS-2998_prod_workzone_default_sort_2

This commit is contained in:
Nicolas Maillat
2020-03-31 12:50:58 +02:00
committed by GitHub

View File

@@ -151,6 +151,7 @@ class RecordHelper
return (bool) $value;
case FieldMapping::TYPE_STRING:
$value = substr($value, 0, 32766); // for lucene limit, before a better solution
return str_replace("\0", '', $value);
default: