Search for search
- Search 9.5.x for search
- Search 8.9.x for search
- Search 10.3.x for search
- Search 11.x for search
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
callback_search_conditions | function | modules/ |
Provide search query conditions. |
comment_node_search_result | function | modules/ |
Implements hook_node_search_result(). |
DatabaseConnection::$prefixSearch | property | includes/ |
List of search values for use in prefixTables(). |
drupal_depth_first_search | function | includes/ |
Performs a depth-first search and sort on a directed acyclic graph. |
GraphUnitTest::testDepthFirstSearch | function | modules/ |
Test depth-first-search features. |
hook_node_search_result | function | modules/ |
Act on a node being displayed as a search result. |
hook_search_access | function | modules/ |
Define access to a custom search routine. |
hook_search_admin | function | modules/ |
Add elements to the search settings form. |
hook_search_execute | function | modules/ |
Execute a search for a set of key words. |
hook_search_info | function | modules/ |
Define a custom search type. |
hook_search_page | function | modules/ |
Override the rendering of search results. |
hook_search_preprocess | function | modules/ |
Preprocess text for search. |
hook_search_reset | function | modules/ |
Take action when the search index is going to be rebuilt. |
hook_search_status | function | modules/ |
Report the status of indexing. |
LocaleTranslationFunctionalTest::testStringSearch | function | modules/ |
Tests translation search form. |
node_form_search_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
node_search_access | function | modules/ |
Implements hook_search_access(). |
node_search_admin | function | modules/ |
Implements hook_search_admin(). |
node_search_execute | function | modules/ |
Implements hook_search_execute(). |
node_search_info | function | modules/ |
Implements hook_search_info(). |
node_search_reset | function | modules/ |
Implements hook_search_reset(). |
node_search_status | function | modules/ |
Implements hook_search_status(). |
node_search_validate | function | modules/ |
Form validation handler for node_form_alter(). |
Search interface | group | modules/ |
The Drupal search interface manages a global search mechanism. |
search-block-form.tpl.php | file | modules/ |
Displays the search form block. |
search-result.tpl.php | file | modules/ |
Default theme implementation for displaying a single search result. |
search-results.tpl.php | file | modules/ |
Default theme implementation for displaying search results. |
search-rtl.css | file | modules/ |
.search-advanced .criterion { float: right; margin-right: 0; margin-left: 2em; } .search-advanced .action { float: right; clear: right; } .search-results .search-snippet-info { padding-right: 1em; /* LTR */ } |
search.admin.inc | file | modules/ |
Admin page callbacks for the search module. |
search.api.php | file | modules/ |
Hooks provided by the Search module. |
search.css | file | modules/ |
.search-form { margin-bottom: 1em; } .search-form input { margin-top: 0; margin-bottom: 0; } .search-results { list-style: none; } .search-results p { margin-top: 0; } .search-results .title { font-size: 1.2em; } .search-results li { … |
search.extender.inc | file | modules/ |
Search query extender and helper functions. |
search.info | file | modules/ |
name = Search description = Enables site-wide keyword searching. package = Core version = VERSION core = 7.x files[] = search.extender.inc files[] = search.test configure = admin/config/search/settings stylesheets[all][] = search.css |
search.install | file | modules/ |
Install, update and uninstall functions for the search module. |
search.module | file | modules/ |
Enables site-wide keyword searching. |
search.pages.inc | file | modules/ |
User page callbacks for the search module. |
search.test | file | modules/ |
Tests for search.module. |
SearchAdvancedSearchForm | class | modules/ |
Indexes content and tests the advanced search form. |
SearchAdvancedSearchForm::$node | property | modules/ |
|
SearchAdvancedSearchForm::getInfo | function | modules/ |
|
SearchAdvancedSearchForm::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SearchAdvancedSearchForm::testNodeType | function | modules/ |
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Basic page". |
SearchBlockTestCase | class | modules/ |
Tests the rendering of the search block. |
SearchBlockTestCase::getInfo | function | modules/ |
|
SearchBlockTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SearchBlockTestCase::testBlock | function | modules/ |
Test that the search block form works correctly. |
SearchBlockTestCase::testSearchFormBlock | function | modules/ |
|
SearchCommentCountToggleTestCase | class | modules/ |
Tests that comment count display toggles properly on comment status of node |
SearchCommentCountToggleTestCase::$searchable_nodes | property | modules/ |
|
SearchCommentCountToggleTestCase::$searching_user | property | modules/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.