Solarium v6.1.6 Release Notes

  • โž• Added

    • ๐Ÿ‘ PHP 8.1 support
    • โšก๏ธ QueryType\Update\Query\Document::setFields() to set all fields on a Document

    ๐Ÿ›  Fixed

    • โšก๏ธ Always respect automatic filtering of control characters in field values in QueryType\Update\Query\Document
    • โœ‚ Remove the field modifier along with the value(s) and boost in QueryType\Update\Query\Document::removeField()
    • ๐Ÿ‘ Allow string to be returned for min, max and mean statistics in Component\Result\Stats\ResultTrait