You are here

d7_search_settings.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/search/migration_templates/d7_search_settings.yml
core/modules/search/migration_templates/d7_search_settings.yml

File

core/modules/search/migration_templates/d7_search_settings.yml
View source
  1. id: d7_search_settings
  2. label: Search configuration
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: variable
  7. constants:
  8. status: true
  9. variables:
  10. - minimum_word_size
  11. - overlap_cjk
  12. - search_cron_limit
  13. - search_tag_weights
  14. - search_and_or_limit
  15. - search_default_module
  16. process:
  17. 'index/minimum_word_size': minimum_word_size
  18. 'index/overlap_cjk': overlap_cjk
  19. 'index/cron_limit': search_cron_limit
  20. 'index/tag_weights': search_tag_weights
  21. and_or_limit: search_and_or_limit
  22. logging: 'constants/status'
  23. default_page:
  24. plugin: static_map
  25. source:
  26. - search_default_module
  27. map:
  28. node: node_search
  29. user: user_search
  30. destination:
  31. plugin: config
  32. config_name: search.settings