fulltextsearch_elasticsearch
fulltextsearch_elasticsearch copied to clipboard
OCA\FullTextSearch_Elasticsearch\Command\Configure::execute() now must return int
Currently returns null, which produces an exception:
An unhandled exception has been thrown:
TypeError: Return value of "OCA\FullTextSearch_Elasticsearch\Command\Configure::execute()" must be of the type int, "null" returned. in /ubos/http/sites/s7febb0b4cd348d86f95b47eb8b1292e220460321/next/apps/mail/vendor/symfony/console/Command/Command.php:266
Original issue here and in particular see this comment.