...foreach ($terms as $term) { if (strlen($term) > 200) { continue; } $term = strtolower($term); $cmds[] = new XSCommand(XS_CMD_DOC_TERM, $wdf, $field->vno, $term);...
...foreach ($terms as $term) { if (strlen($term) > 200) { continue; } $term = strtolower($term); $cmds[] = new XSCommand(XS_CMD_DOC_TERM, $wdf, $field->vno, $term);...