You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.8 KiB
44 lines
1.8 KiB
uuid: 22dea7a2-5d39-4a0e-9e70-c7394fe46418 |
|
langcode: en |
|
status: true |
|
dependencies: |
|
module: |
|
- search_api |
|
_core: |
|
default_config_hash: wiTKND8Vi_2guGPCSCjciyClZs7LVIQ_ruTzlkE_Bg0 |
|
id: search-api-server-form |
|
label: 'Add or edit a Search API server' |
|
module: search_api |
|
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 |
|
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.' |
|
search-api-server-form-name: |
|
id: search-api-server-form-name |
|
plugin: text |
|
label: 'Server name' |
|
weight: 2 |
|
selector: '#edit-name' |
|
body: 'Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.' |
|
search-api-server-form-description: |
|
id: search-api-server-form-description |
|
plugin: text |
|
label: 'Server description' |
|
weight: 3 |
|
selector: '#edit-description' |
|
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.' |
|
search-api-server-form-backend: |
|
id: search-api-server-form-backend |
|
plugin: text |
|
label: 'Server backend' |
|
weight: 4 |
|
selector: '#edit-backend' |
|
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.'
|
|
|