tour.tour.search-api-server-form.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. id: search-api-server-form
  2. module: search_api
  3. label: 'Add or edit a Search API server'
  4. langcode: en
  5. routes:
  6. - route_name: entity.search_api_server.add_form
  7. - route_name: entity.search_api_server.edit_form
  8. dependencies:
  9. module:
  10. - search_api
  11. tips:
  12. search-api-server-form-introduction:
  13. id: search-api-server-form-introduction
  14. plugin: text
  15. label: Adding or editing a Server
  16. 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.
  17. weight: 1
  18. search-api-server-form-name:
  19. id: search-api-server-form-name
  20. plugin: text
  21. label: Server name
  22. body: Enter a name to identify this server. For example, "Solr server". This will only be displayed in the admin user interface.
  23. weight: 2
  24. attributes:
  25. data-id: edit-name
  26. search-api-server-form-description:
  27. id: search-api-server-form-description
  28. plugin: text
  29. label: Server description
  30. 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.
  31. weight: 3
  32. attributes:
  33. data-id: edit-description
  34. search-api-server-form-backend:
  35. id: search-api-server-form-backend
  36. plugin: text
  37. label: Server backend
  38. 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.
  39. weight: 4
  40. attributes:
  41. data-id: edit-backend