Just updated to 2.0 for php8 support (running 8.2) and tried to run the update-from-1.7 in caUtils, which didn't run. So tried to run the-rebuild-search index and got:
PHP Fatal error: Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, null given in /app/lib/Search/SearchIndexer.php:610
Stack trace:
#0 /app/lib/Search/SearchIndexer.php(610): array_keys(NULL)
#1 /app/lib/Search/SearchIndexer.php(279): SearchIndexer->indexRow('105', '18362', Array, true)
#2 /app/lib/Utils/CLIUtils/Search.php(49): SearchIndexer->reindex(NULL, Array)
#3 /support/bin/caUtils(172): CLIUtils::rebuild_search_index(Object(Zend_Console_Getopt))
#4 {main}
thrown in /app/lib/Search/SearchIndexer.php on line 61
This is going to be an adventure, I think.