Search for %s

  1. Search 7.x for %s
  2. Search 9.5.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::$searchExpression property core/modules/search/src/SearchQuery.php The keywords and advanced search options that are entered by the user.
SearchQuery::$simple property core/modules/search/src/SearchQuery.php Indicates whether the query conditions are simple or complex (LIKE).
SearchQuery::$status property core/modules/search/src/SearchQuery.php A bitmap of status conditions, described in getStatus().
SearchQuery::$type property core/modules/search/src/SearchQuery.php The type of search (search type).
SearchQuery::$words property core/modules/search/src/SearchQuery.php Array of positive search words.
SearchQuery::addScore function core/modules/search/src/SearchQuery.php Adds a custom score expression to the search query.
SearchQuery::countQuery function core/modules/search/src/SearchQuery.php Builds the default count query for SearchQuery.
SearchQuery::execute function core/modules/search/src/SearchQuery.php Executes the search.
SearchQuery::EXPRESSIONS_IGNORED constant core/modules/search/src/SearchQuery.php Indicates that part of the search expression was ignored.
SearchQuery::getStatus function core/modules/search/src/SearchQuery.php Returns the query status bitmap.
SearchQuery::LOWER_CASE_OR constant core/modules/search/src/SearchQuery.php Indicates that lower-case "or" was in the search expression.
SearchQuery::NO_KEYWORD_MATCHES constant core/modules/search/src/SearchQuery.php Indicates that no positive keyword matches were found.
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 Test 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 Render a row object. This usually passes through to a theme template
of some form, but not always.
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.
SearchSimplifyTest class core/modules/search/tests/src/Kernel/SearchSimplifyTest.php Tests that the search_simply() function works as intended.
SearchSimplifyTest.php file core/modules/search/tests/src/Kernel/SearchSimplifyTest.php
SearchSimplifyTest::$modules property core/modules/search/tests/src/Kernel/SearchSimplifyTest.php Modules to enable.
SearchSimplifyTest::testSearchSimplifyPunctuation function core/modules/search/tests/src/Kernel/SearchSimplifyTest.php Tests that search_simplify() does the right thing with punctuation.
SearchSimplifyTest::testSearchSimplifyUnicode function core/modules/search/tests/src/Kernel/SearchSimplifyTest.php Tests that all Unicode characters simplify correctly.
SearchTestBase class core/modules/search/src/Tests/SearchTestBase.php Defines the common search test code.
SearchTestBase class core/modules/search/tests/src/Functional/SearchTestBase.php Defines the common search test code.

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