You are here

7 string references to search.text_processor in Drupal 9

SearchIndex::__construct in core/modules/search/src/SearchIndex.php
SearchIndex constructor.
SearchQuery::parseSearchExpression in core/modules/search/src/SearchQuery.php
Parses the search query into SQL conditions.
SearchSimplifyTest::testSearchSimplifyPunctuation in core/modules/search/tests/src/Kernel/SearchSimplifyTest.php
Tests that text analysis does the right thing with punctuation.
SearchSimplifyTest::testSearchSimplifyUnicode in core/modules/search/tests/src/Kernel/SearchSimplifyTest.php
Tests that all Unicode characters simplify correctly.
SearchTokenizerTest::testNoTokenizer in core/modules/search/tests/src/Kernel/SearchTokenizerTest.php
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTest::testTokenizer in core/modules/search/tests/src/Kernel/SearchTokenizerTest.php
Verifies that strings of CJK characters are tokenized.
_search_find_match_with_simplify in core/modules/search/search.module
Finds an appropriate keyword in text.