search.settings.yml

Same filename and directory in other branches
  1. 9 core/modules/search/config/install/search.settings.yml
  2. 8.9.x core/modules/search/config/install/search.settings.yml
  3. 10 core/modules/search/config/install/search.settings.yml
core/modules/search/config/install/search.settings.yml
9 string references to 'search.settings'
HelpSearch::create in core/modules/help/src/Plugin/Search/HelpSearch.php
Creates an instance of the plugin.
MigrateSearchSettingsTest::testSearchSettings in core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php
Tests migration of search variables to search.settings.yml.
MigrateSearchSettingsTest::testSearchSettings in core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php
Tests the migration of Search's variables to configuration.
NodeSearch::create in core/modules/node/src/Plugin/Search/NodeSearch.php
Creates an instance of the plugin.
SearchBlockForm::buildForm in core/modules/search/src/Form/SearchBlockForm.php
Form constructor.

... See full list

File

core/modules/search/config/install/search.settings.yml

View source
  1. and_or_limit: 7
  2. default_page: node_search
  3. index:
  4. cron_limit: 100
  5. overlap_cjk: true
  6. minimum_word_size: 3
  7. tag_weights:
  8. h1: 25
  9. h2: 18
  10. h3: 15
  11. h4: 14
  12. h5: 9
  13. h6: 6
  14. u: 3
  15. b: 3
  16. i: 3
  17. strong: 3
  18. em: 3
  19. a: 10
  20. logging: false

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.