From 81e3ee8f2ffd050113840b7d572d5b7650d041ef Mon Sep 17 00:00:00 2001 From: Jes Constantine Date: Thu, 14 Mar 2019 14:50:15 -0400 Subject: [PATCH] root-198: remove legacy checkbox to enable autocomplete --- .../SearchApiFederatedSolrSearchAppSettingsForm.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Form/SearchApiFederatedSolrSearchAppSettingsForm.php b/src/Form/SearchApiFederatedSolrSearchAppSettingsForm.php index 3ecdb490f..e531804cf 100644 --- a/src/Form/SearchApiFederatedSolrSearchAppSettingsForm.php +++ b/src/Form/SearchApiFederatedSolrSearchAppSettingsForm.php @@ -152,17 +152,6 @@ public function buildForm(array $form, FormStateInterface $form_state) { '#default_value' => $config->get('index.password'), ]; - $form['setup']['autocomplete_is_enabled'] = [ - '#type' => 'checkbox', - '#title' => '' . $this->t('Enable autocomplete for the search results page search form') . '', - '#default_value' => $config->get('autocomplete.isEnabled'), - '#description' => $this - ->t('Checking this will expose more configuration options for autocomplete behavior for the search form on the Search Results page at the end of this form.'), - '#attributes' => [ - 'id' => ['autocomplete-is-enabled'], - ], - ]; - /** * Search results page options: * - show empty search results (i.e. filterable listing page),