• Kore Nordmann's avatar
    Use Doctrine connection · 58925ef0
    Kore Nordmann authored
    Only the doctrine connection will allow us to map the field values to
    their PHP native types. This will result in correct typesin JSON which
    will get them indexed correctly in ElasticSearch.
    
    AdoDB Lite does not have an equivalent to \PDOStatement::getColumnMeta()
    which does not allow us to implement this. The importer before also ran
    on PDO andusedthis feature.
    58925ef0