You are here

22 calls to ExampleContentTrait::indexItems() in Search API 8

AutocompleteTest::setUp in modules/search_api_db/tests/src/Kernel/AutocompleteTest.php
BackendTest::editServerMinChars in modules/search_api_db/tests/src/Kernel/BackendTest.php
Edits the server to change the "Minimum word length" setting.
BackendTest::regressionTest2873023 in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests whether keywords with special characters work correctly.
BackendTest::regressionTest2916534 in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests edge cases for partial matching.
BackendTest::regressionTest2925464 in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests changing of field types.
BackendTest::regressionTest2926733 in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests indexing of text tokens with leading/trailing whitespace.
BackendTest::regressionTest3199355 in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests whether string field values with trailing spaces work correctly.
BackendTest::testRegression2949962 in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests negated fulltext searches with substring matching.
BackendTestBase::checkIndexWithoutFields in tests/src/Kernel/BackendTestBase.php
Checks the correct handling of an index without fields.
BackendTestBase::regressionTest1916474 in tests/src/Kernel/BackendTestBase.php
Regression tests for correctly indexing multiple float/decimal fields.
BackendTestBase::regressionTest2284199 in tests/src/Kernel/BackendTestBase.php
Regression tests for problems with taxonomy term parent.
BackendTestBase::regressionTest2471509 in tests/src/Kernel/BackendTestBase.php
Regression tests for strings longer than 50 chars.
BackendTestBase::regressionTest2616804 in tests/src/Kernel/BackendTestBase.php
Regression tests for multibyte characters exceeding 50 byte.
BackendTestBase::regressionTest2745655 in tests/src/Kernel/BackendTestBase.php
Tests (NOT) NULL conditions on fulltext fields.
BackendTestBase::testBackend in tests/src/Kernel/BackendTestBase.php
Tests various indexing scenarios for the search backend.
CacheabilityTest::setUp in tests/src/Functional/CacheabilityTest.php
CacheabilityTest::testViewsCacheAddRemoveContent in tests/src/Functional/CacheabilityTest.php
Tests that indexing or deleting items clears the cache.
CommandHelperTest::setUp in tests/src/Kernel/System/CommandHelperTest.php
ExcerptFieldTest::setUp in tests/src/Functional/ExcerptFieldTest.php
ViewsTest::regressionTest3187134 in tests/src/Functional/ViewsTest.php
Tests that date range end dates can be displayed.
ViewsTest::setUp in tests/src/Functional/ViewsTest.php
ViewsTest::testViewsAdmin in tests/src/Functional/ViewsTest.php
Tests the Views admin UI and field handlers.