Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchQuery::$searchExpression | property | core/ |
The keywords and advanced search options that are entered by the user. |
| SearchQuery::$simple | property | core/ |
Indicates whether the query conditions are simple or complex (LIKE). |
| SearchQuery::$status | property | core/ |
A bitmap of status conditions, described in getStatus(). |
| SearchQuery::$type | property | core/ |
The type of search (search type). |
| SearchQuery::$words | property | core/ |
Array of positive search words. |
| SearchQuery::addScore | function | core/ |
Adds a custom score expression to the search query. |
| SearchQuery::countQuery | function | core/ |
Builds the default count query for SearchQuery. |
| SearchQuery::execute | function | core/ |
Executes the search. |
| SearchQuery::EXPRESSIONS_IGNORED | constant | core/ |
Indicates that part of the search expression was ignored. |
| SearchQuery::getStatus | function | core/ |
Returns the query status bitmap. |
| SearchQuery::LOWER_CASE_OR | constant | core/ |
Indicates that lower-case "or" was in the search expression. |
| SearchQuery::NO_KEYWORD_MATCHES | constant | core/ |
Indicates that no positive keyword matches were found. |
| SearchQuery::NO_POSITIVE_KEYWORDS | constant | core/ |
Indicates no positive keywords were in the search expression. |
| SearchQuery::parseSearchExpression | function | core/ |
Parses the search query into SQL conditions. |
| SearchQuery::parseWord | function | core/ |
Parses a word or phrase for parseQuery(). |
| SearchQuery::preExecute | function | core/ |
Generic preparation and validation for a SELECT query. |
| SearchQuery::prepareAndNormalize | function | core/ |
Prepares the query and calculates the normalization factor. |
| SearchQuery::searchExpression | function | core/ |
Sets the search query expression. |
| SearchQueryAlterTest | class | core/ |
Tests that the node search query can be altered via the query alter hook. |
| SearchQueryAlterTest.php | file | core/ |
|
| SearchQueryAlterTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchQueryAlterTest::$modules | property | core/ |
Modules to enable. |
| SearchQueryAlterTest::testQueryAlter | function | core/ |
Tests that the query alter works. |
| SearchRankingTest | class | core/ |
Indexes content and tests ranking factors. |
| SearchRankingTest.php | file | core/ |
|
| SearchRankingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchRankingTest::$modules | property | core/ |
Modules to enable. |
| SearchRankingTest::$nodeSearch | property | core/ |
The node search page. |
| SearchRankingTest::setUp | function | core/ |
|
| SearchRankingTest::testHTMLRankings | function | core/ |
Test rankings of HTML tags. |
| SearchRankingTest::testRankings | function | core/ |
|
| SearchRow | class | core/ |
Row handler plugin for displaying search results. |
| SearchRow.php | file | core/ |
|
| SearchRow::buildOptionsForm | function | core/ |
Provide a form for setting options. |
| SearchRow::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| SearchRow::render | function | core/ |
Render a row object. This usually passes through to a theme template of some form, but not always. |
| SearchSetLocaleTest | class | core/ |
Tests that search works with numeric locale settings. |
| SearchSetLocaleTest.php | file | core/ |
|
| SearchSetLocaleTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchSetLocaleTest::$modules | property | core/ |
Modules to enable. |
| SearchSetLocaleTest::$nodeSearchPlugin | property | core/ |
A node search plugin instance. |
| SearchSetLocaleTest::setUp | function | core/ |
|
| SearchSetLocaleTest::testSearchWithNumericLocale | function | core/ |
Verify that search works with a numeric locale set. |
| SearchSimplifyTest | class | core/ |
Tests that the search_simply() function works as intended. |
| SearchSimplifyTest.php | file | core/ |
|
| SearchSimplifyTest::$modules | property | core/ |
Modules to enable. |
| SearchSimplifyTest::testSearchSimplifyPunctuation | function | core/ |
Tests that search_simplify() does the right thing with punctuation. |
| SearchSimplifyTest::testSearchSimplifyUnicode | function | core/ |
Tests that all Unicode characters simplify correctly. |
| SearchTestBase | class | core/ |
Defines the common search test code. |
| SearchTestBase | class | core/ |
Defines the common search test code. |
Pagination
- Previous page
- Page 1078
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.