only in patch2: unchanged: --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php @@ -127,7 +127,8 @@ protected function valueForm(&$form, &$form_state) { ); if ($this->options['limit']) { - $form['value']['#autocomplete_path'] = 'admin/views/ajax/autocomplete/taxonomy/' . $vocabulary->id(); + $form['value']['#autocomplete_route_name'] = 'views_taxonomy_autocomplete'; + $form['value']['#autocomplete_route_parameters'] = array('taxonomy_vocabulary' => $vocabulary->id()); } } else {