Get All Taxonomy Terms From Get_terms Array With Specific Array Key

I think that problem is at array_push($AutoComplete[$value->taxonomy] = [$value->name]);

Can you replace it with this code and test once?

$AutoComplete[$value->taxonomy][] = [$value->name];