Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
SearchQuery::parseWord function core/modules/search/src/SearchQuery.php Parses a word or phrase for parseQuery().
SearchQuery::preExecute function core/modules/search/src/SearchQuery.php Generic preparation and validation for a SELECT query.
SearchQuery::prepareAndNormalize function core/modules/search/src/SearchQuery.php Prepares the query and calculates the normalization factor.
SearchQuery::searchExpression function core/modules/search/src/SearchQuery.php Sets the search query expression.
SearchQueryAlterHooks class core/modules/search/tests/modules/search_query_alter/src/Hook/SearchQueryAlterHooks.php Hook implementations for search_query_alter.
SearchQueryAlterHooks.php file core/modules/search/tests/modules/search_query_alter/src/Hook/SearchQueryAlterHooks.php
SearchQueryAlterHooks::querySearchNodeSearchAlter function core/modules/search/tests/modules/search_query_alter/src/Hook/SearchQueryAlterHooks.php Implements hook_query_TAG_alter().
SearchQueryAlterTest class core/modules/search/tests/src/Functional/SearchQueryAlterTest.php Tests that the node search query can be altered via the query alter hook.
SearchQueryAlterTest.php file core/modules/search/tests/src/Functional/SearchQueryAlterTest.php
SearchQueryAlterTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchQueryAlterTest.php The theme to install as the default for testing.
SearchQueryAlterTest::$modules property core/modules/search/tests/src/Functional/SearchQueryAlterTest.php Modules to install.
SearchQueryAlterTest::testQueryAlter function core/modules/search/tests/src/Functional/SearchQueryAlterTest.php Tests that the query alter works.
SearchRankingTest class core/modules/search/tests/src/Functional/SearchRankingTest.php Indexes content and tests ranking factors.
SearchRankingTest.php file core/modules/search/tests/src/Functional/SearchRankingTest.php
SearchRankingTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchRankingTest.php The theme to install as the default for testing.
SearchRankingTest::$modules property core/modules/search/tests/src/Functional/SearchRankingTest.php Modules to install.
SearchRankingTest::$nodeSearch property core/modules/search/tests/src/Functional/SearchRankingTest.php The node search page.
SearchRankingTest::setUp function core/modules/search/tests/src/Functional/SearchRankingTest.php
SearchRankingTest::testHTMLRankings function core/modules/search/tests/src/Functional/SearchRankingTest.php Tests rankings of HTML tags.
SearchRankingTest::testRankings function core/modules/search/tests/src/Functional/SearchRankingTest.php Tests the impact of different ranking factors on search results.
SearchRequirements class core/modules/search/src/Hook/SearchRequirements.php Requirements for the Search module.
SearchRequirements.php file core/modules/search/src/Hook/SearchRequirements.php
SearchRequirements::runtime function core/modules/search/src/Hook/SearchRequirements.php Implements hook_runtime_requirements().
SearchRequirements::__construct function core/modules/search/src/Hook/SearchRequirements.php
SearchRow class core/modules/search/src/Plugin/views/row/SearchRow.php Row handler plugin for displaying search results.
SearchRow.php file core/modules/search/src/Plugin/views/row/SearchRow.php
SearchRow::buildOptionsForm function core/modules/search/src/Plugin/views/row/SearchRow.php Provide a form for setting options.
SearchRow::defineOptions function core/modules/search/src/Plugin/views/row/SearchRow.php Information about options for all kinds of purposes will be held here.
SearchRow::render function core/modules/search/src/Plugin/views/row/SearchRow.php Creates a render array for a row object.
SearchSetLocaleTest class core/modules/search/tests/src/Kernel/SearchSetLocaleTest.php Tests that search works with numeric locale settings.
SearchSetLocaleTest.php file core/modules/search/tests/src/Kernel/SearchSetLocaleTest.php
SearchSetLocaleTest::$modules property core/modules/search/tests/src/Kernel/SearchSetLocaleTest.php Modules to install.
SearchSetLocaleTest::$nodeSearchPlugin property core/modules/search/tests/src/Kernel/SearchSetLocaleTest.php A node search plugin instance.
SearchSetLocaleTest::setUp function core/modules/search/tests/src/Kernel/SearchSetLocaleTest.php
SearchSetLocaleTest::testSearchWithNumericLocale function core/modules/search/tests/src/Kernel/SearchSetLocaleTest.php Verify that search works with a numeric locale set.
SearchTextProcessor class core/modules/search/src/SearchTextProcessor.php Processes search text for indexing.
SearchTextProcessor.php file core/modules/search/src/SearchTextProcessor.php
SearchTextProcessor::$configFactory property core/modules/search/src/SearchTextProcessor.php The config factory.
SearchTextProcessor::$moduleHandler property core/modules/search/src/SearchTextProcessor.php The module handler.
SearchTextProcessor::$transliteration property core/modules/search/src/SearchTextProcessor.php The transliteration service.
SearchTextProcessor::analyze function core/modules/search/src/SearchTextProcessor.php Runs the text through character analyzers in preparation for indexing.
SearchTextProcessor::expandCjk function core/modules/search/src/SearchTextProcessor.php Splits CJK (Chinese, Japanese, Korean) text into tokens.
SearchTextProcessor::invokePreprocess function core/modules/search/src/SearchTextProcessor.php Invokes hook_search_preprocess() to simplify text.
SearchTextProcessor::process function core/modules/search/src/SearchTextProcessor.php Processes text into words for indexing.
SearchTextProcessor::truncate function core/modules/search/src/SearchTextProcessor.php Helper function for array_walk in ::analyze().
SearchTextProcessor::__construct function core/modules/search/src/SearchTextProcessor.php SearchTextProcessor constructor.
SearchTextProcessorInterface interface core/modules/search/src/SearchTextProcessorInterface.php Processes search text for indexing.
SearchTextProcessorInterface.php file core/modules/search/src/SearchTextProcessorInterface.php
SearchTextProcessorInterface::analyze function core/modules/search/src/SearchTextProcessorInterface.php Runs the text through character analyzers in preparation for indexing.
SearchTextProcessorInterface::PREG_CLASS_CJK constant core/modules/search/src/SearchTextProcessorInterface.php Matches CJK (Chinese, Japanese, Korean) letter-like characters.

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