Search for %s
- Search 9.5.x for %s
- Search 8.9.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 |
|---|---|---|---|
| SearchPageText::getInfo | function | modules/ |
|
| SearchPageText::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SearchPageText::testSearchText | function | modules/ |
Tests the failed search text, and various other text on the search page. |
| SearchQuery | class | modules/ |
Do a query on the full-text search index for a word or words. |
| SearchQuery::$conditions | property | modules/ |
Conditions that are used for exact searches. |
| SearchQuery::$executedFirstPass | property | modules/ |
Indicates whether the first pass query has been executed. |
| SearchQuery::$expressionsIgnored | property | modules/ |
Whether or not search expressions were ignored. |
| SearchQuery::$keys | property | modules/ |
Positive and negative search keys. |
| SearchQuery::$matches | property | modules/ |
Indicates how many matches for a search query are necessary. |
| SearchQuery::$multiply | property | modules/ |
Stores multipliers for score expressions. |
| SearchQuery::$normalize | property | modules/ |
Multiplier for the normalized search score. |
| SearchQuery::$scores | property | modules/ |
Stores score expressions. |
| SearchQuery::$scoresArguments | property | modules/ |
Stores arguments for score expressions. |
| SearchQuery::$searchExpression | property | modules/ |
The search query that is used for searching. |
| SearchQuery::$simple | property | modules/ |
Indicates whether the first pass query requires complex conditions (LIKE). |
| SearchQuery::$type | property | modules/ |
Type of search (search module). |
| SearchQuery::$words | property | modules/ |
Array of search words. |
| SearchQuery::addScore | function | modules/ |
Adds a custom score expression to the search query. |
| SearchQuery::countQuery | function | modules/ |
Builds the default count query for SearchQuery. |
| SearchQuery::execute | function | modules/ |
Executes the search. |
| SearchQuery::executeFirstPass | function | modules/ |
Executes the first pass query. |
| SearchQuery::parseSearchExpression | function | modules/ |
Parses the search query into SQL conditions. |
| SearchQuery::parseWord | function | modules/ |
Helper function for parseQuery(). |
| SearchQuery::searchExpression | function | modules/ |
Sets up the search query expression. |
| SearchQuery::setOption | function | modules/ |
Applies a search option and removes it from the search query string. |
| SearchRankingTestCase | class | modules/ |
Indexes content and tests ranking factors. |
| SearchRankingTestCase::getInfo | function | modules/ |
|
| SearchRankingTestCase::setUp | function | modules/ |
Implementation setUp(). |
| SearchRankingTestCase::testDoubleRankings | function | modules/ |
Verifies that if we combine two rankings, search still works. |
| SearchRankingTestCase::testHTMLRankings | function | modules/ |
Test rankings of HTML tags. |
| SearchRankingTestCase::testRankings | function | modules/ |
|
| SearchSetLocaleTest | class | modules/ |
Tests searching with locale values set. |
| SearchSetLocaleTest::getInfo | function | modules/ |
|
| SearchSetLocaleTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SearchSetLocaleTest::testSearchWithNumericLocale | function | modules/ |
Verify that search works with a numeric locale set. |
| SearchSimplifyTestCase | class | modules/ |
Test search_simplify() on every Unicode character, and some other cases. |
| SearchSimplifyTestCase::getInfo | function | modules/ |
|
| SearchSimplifyTestCase::testSearchSimplifyPunctuation | function | modules/ |
Tests that search_simplify() does the right thing with punctuation. |
| SearchSimplifyTestCase::testSearchSimplifyUnicode | function | modules/ |
Tests that all Unicode characters simplify correctly. |
| SearchTokenizerTestCase | class | modules/ |
Test the CJK tokenizer. |
| SearchTokenizerTestCase::code2utf | function | modules/ |
Like PHP chr() function, but for unicode characters. |
| SearchTokenizerTestCase::getInfo | function | modules/ |
|
| SearchTokenizerTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SearchTokenizerTestCase::testNoTokenizer | function | modules/ |
Verifies that strings of non-CJK characters are not tokenized. |
| SearchTokenizerTestCase::testTokenizer | function | modules/ |
Verifies that strings of CJK characters are tokenized. |
| search_admin_reindex_submit | function | modules/ |
Form submission handler for reindex button on search_admin_settings_form(). |
| search_admin_settings | function | modules/ |
Menu callback: displays the search module settings page. |
| search_admin_settings_submit | function | modules/ |
Form submission handler for search_admin_settings(). |
| search_admin_settings_validate | function | modules/ |
Form validation handler for search_admin_settings(). |
| search_block_info | function | modules/ |
Implements hook_block_info(). |
Pagination
- Previous page
- Page 131
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.