25 calls to BackendTestBase::assertResults() in Search API 8
- BackendTest::checkDbQueryAlter in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Checks whether the module's specific alter hook and event work correctly.
- BackendTest::checkFieldIdChanges in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Checks that field ID changes are treated correctly (without re-indexing).
- BackendTest::regressionTest2557291 in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests the case-sensitivity of fulltext searches.
- 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::regressionTest2994022 in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests facets functionality for empty result sets.
- BackendTest::regressionTest3199355 in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests whether string field values with trailing spaces work correctly.
- BackendTest::searchSuccessMinChars in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests the results of some test searches with minimum word length of 4.
- BackendTest::searchSuccessPartial in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests whether partial searches work.
- BackendTest::searchSuccessStartsWith in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests whether prefix matching works.
- BackendTest::testRegression2949962 in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests negated fulltext searches with substring matching.
- BackendTestBase::checkFacets in tests/
src/ Kernel/ BackendTestBase.php - Tests whether facets work correctly.
- BackendTestBase::regressionTest1863672 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for same content multiple times in the search result.
- BackendTestBase::regressionTest1916474 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for correctly indexing multiple float/decimal fields.
- BackendTestBase::regressionTest2007872 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for missing results when using OR filters.
- BackendTestBase::regressionTest2111753 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for searching for multiple words using "OR" condition.
- BackendTestBase::regressionTest2127001 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for non-working operator "contains none of these words".
- BackendTestBase::regressionTest2136409 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for handling of NULL filters.
- 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::regressionTest2767609 in tests/
src/ Kernel/ BackendTestBase.php - Regression test for conditions with empty strings as values.
- BackendTestBase::regressionTest2809753 in tests/
src/ Kernel/ BackendTestBase.php - Regression test for multiple facets.
- BackendTestBase::searchNoResults in tests/
src/ Kernel/ BackendTestBase.php - Tests that a search on the index doesn't have any results.
- BackendTestBase::searchSuccess in tests/
src/ Kernel/ BackendTestBase.php - Tests whether some test searches have the correct results.