11 string references to search.index in Drupal 10
- HelpSearch::create in core/
modules/ help_topics/ src/ Plugin/ Search/ HelpSearch.php - Node::preDelete in core/
modules/ node/ src/ Entity/ Node.php - NodeSearch::create in core/
modules/ node/ src/ Plugin/ Search/ NodeSearch.php - node_reindex_node_search in core/
modules/ node/ node.module - Marks a node to be re-indexed by the node_search plugin.
- SearchCommentTest::assertCommentAccess in core/
modules/ search/ tests/ src/ Functional/ SearchCommentTest.php - Update search index and search for comment.
- SearchIndexTest::testSearchIndexServiceIsBackendOverridable in core/
modules/ search/ tests/ src/ Kernel/ SearchIndexTest.php - Test that the service "search.index" is backend overridable.
- SearchMatchTest::_setup in core/
modules/ search/ tests/ src/ Kernel/ SearchMatchTest.php - Set up a small index of items to test against.
- SearchMultilingualEntityTest::testMultilingualSearch in core/
modules/ search/ tests/ src/ Functional/ SearchMultilingualEntityTest.php - Tests the indexing throttle and search results with multilingual nodes.
- SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/
modules/ search/ tests/ src/ Functional/ SearchNodeUpdateAndDeletionTest.php - Tests that the search index info is properly updated when a node changes.
- SearchPageListBuilder::createInstance in core/
modules/ search/ src/ SearchPageListBuilder.php - Instantiates a new instance of this entity handler.
- SearchRankingTest::testHTMLRankings in core/
modules/ search/ tests/ src/ Functional/ SearchRankingTest.php - Tests rankings of HTML tags.