You are here

service search.text_processor in Drupal 9

Class

Drupal\search\SearchTextProcessor
7 string references to search.text_processor
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.

... See full list

File

core/modules/search/search.services.yml
core/modules/search/search.services.yml

View source
  1. class: Drupal\search\SearchTextProcessor
  2. arguments:
  3. - '@transliteration'
  4. - '@config.factory'
  5. - '@module_handler'