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.
65 lines
1.3 KiB
65 lines
1.3 KiB
2 years ago
|
uuid: b093e4d7-e8f3-42e0-b638-5771f3dd53f4
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_search_settings
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Search configuration'
|
||
|
source:
|
||
|
plugin: variable
|
||
|
constants:
|
||
|
status: true
|
||
|
variables_no_row_if_missing:
|
||
|
- minimum_word_size
|
||
|
- overlap_cjk
|
||
|
- search_cron_limit
|
||
|
- search_tag_weights
|
||
|
- search_and_or_limit
|
||
|
- search_default_module
|
||
|
source_module: search
|
||
|
process:
|
||
|
index/minimum_word_size:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: minimum_word_size
|
||
|
index/overlap_cjk:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: overlap_cjk
|
||
|
index/cron_limit:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: search_cron_limit
|
||
|
index/tag_weights:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: search_tag_weights
|
||
|
and_or_limit:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: search_and_or_limit
|
||
|
logging:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: constants/status
|
||
|
default_page:
|
||
|
-
|
||
|
plugin: static_map
|
||
|
source:
|
||
|
- search_default_module
|
||
|
map:
|
||
|
node: node_search
|
||
|
user: user_search
|
||
|
destination:
|
||
|
plugin: config
|
||
|
config_name: search.settings
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|