Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SearchQuery::NO_POSITIVE_KEYWORDS constant core/modules/search/src/SearchQuery.php Indicates no positive keywords were in the search expression.
SearchQuery::parseSearchExpression function core/modules/search/src/SearchQuery.php Parses the search query into SQL conditions.
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.
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 enable.
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 enable.
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
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 Renders a row object.
SearchSetLocaleTest class core/modules/search/tests/src/Functional/SearchSetLocaleTest.php Tests that search works with numeric locale settings.
SearchSetLocaleTest.php file core/modules/search/tests/src/Functional/SearchSetLocaleTest.php
SearchSetLocaleTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchSetLocaleTest.php The theme to install as the default for testing.
SearchSetLocaleTest::$modules property core/modules/search/tests/src/Functional/SearchSetLocaleTest.php Modules to enable.
SearchSetLocaleTest::$nodeSearchPlugin property core/modules/search/tests/src/Functional/SearchSetLocaleTest.php A node search plugin instance.
SearchSetLocaleTest::setUp function core/modules/search/tests/src/Functional/SearchSetLocaleTest.php
SearchSetLocaleTest::testSearchWithNumericLocale function core/modules/search/tests/src/Functional/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.
SearchTextProcessorInterface::PREG_CLASS_NUMBERS constant core/modules/search/src/SearchTextProcessorInterface.php Matches all 'N' Unicode character classes (numbers)
SearchTextProcessorInterface::PREG_CLASS_PUNCTUATION constant core/modules/search/src/SearchTextProcessorInterface.php Matches all 'P' Unicode character classes (punctuation)
SearchTextProcessorInterface::process function core/modules/search/src/SearchTextProcessorInterface.php Processes text into words for indexing.
SearchTextProcessorTest class core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php Test search text preprocessing functionality.

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