Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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(). |
| search_block_view | function | modules/ |
Implements hook_block_view(). |
| search_box | function | modules/ |
Form builder; Output a search form for the search block's search box. |
| search_box_form_submit | function | modules/ |
Process a block search form submission. |
| search_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
| search_comment_insert | function | modules/ |
Implements hook_comment_insert(). |
| search_comment_publish | function | modules/ |
Implements hook_comment_publish(). |
| search_comment_unpublish | function | modules/ |
Implements hook_comment_unpublish(). |
| search_comment_update | function | modules/ |
Implements hook_comment_update(). |
| search_cron | function | modules/ |
Implements hook_cron(). |
| search_data | function | modules/ |
Performs a search by calling hook_search_execute(). |
| search_dirty | function | modules/ |
Marks a word as "dirty" (changed), or retrieves the list of dirty words. |
| search_embedded_form.info | file | modules/ |
name = "Search embedded form" description = "Support module for search module testing of embedded forms." package = Testing version = VERSION core = 7.x hidden = TRUE |
Pagination
- Previous page
- Page 165
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.