2018-11-01 07:41:25 +00:00
uuid : 173757c1-edcb-4376-92fa-73bf64c512f9
2018-11-01 01:17:20 +00:00
langcode : en
status : true
dependencies :
module :
- search_api
_core :
default_config_hash : wiTKND8Vi_2guGPCSCjciyClZs7LVIQ_ruTzlkE_Bg0
2018-08-22 18:22:21 +00:00
id : search-api-server-form
2018-10-12 22:34:15 +00:00
label : 'Add or edit a Search API server'
2018-11-01 01:17:20 +00:00
module : search_api
2018-08-22 18:22:21 +00:00
routes :
-
route_name : entity.search_api_server.add_form
-
route_name : entity.search_api_server.edit_form
tips :
search-api-server-form-introduction :
id : search-api-server-form-introduction
plugin : text
label : 'Adding or editing a Server'
weight : 1
2022-03-07 02:22:24 +00:00
body : 'This form can be used to edit an existing server or add a new server to your site. Servers will hold your indexed data.'
2018-08-22 18:22:21 +00:00
search-api-server-form-name :
id : search-api-server-form-name
plugin : text
label : 'Server name'
weight : 2
2022-03-07 02:22:24 +00:00
body : 'Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.'
selector : '#edit-name'
2018-08-22 18:22:21 +00:00
search-api-server-form-description :
id : search-api-server-form-description
plugin : text
label : 'Server description'
weight : 3
2022-03-07 02:22:24 +00:00
body : 'Optionally, enter a description to explain the function of the server in more detail. This will only be displayed in the admin user interface.'
selector : '#edit-description'
2018-08-22 18:22:21 +00:00
search-api-server-form-backend :
id : search-api-server-form-backend
plugin : text
label : 'Server backend'
weight : 4
2022-03-07 02:22:24 +00:00
body : 'Servers can be based on different technologies. These are called "backends". A server uses exactly one backend and cannot change it later. You can make the "Database" backend available by enabling the "Database Search" module. Another very common backend is <a href="https://www.drupal.org/project/search_api_solr">"Solr"</a>, which requires to be set up separately.'
selector : '#edit-backend'