23 calls to BackendTestBase::buildSearch() 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::checkModuleUninstall in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests whether removing the configuration again works as it should.
- BackendTest::checkSecondServer in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests that a second server doesn't interfere with the first.
- BackendTest::regressionTest2511860 in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests searching for multiple two-letter words.
- BackendTest::regressionTest2994022 in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests facets functionality for empty result sets.
- 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.
- BackendTestBase::checkFacets in tests/
src/ Kernel/ BackendTestBase.php - Tests whether facets work correctly.
- BackendTestBase::regressionTest1403916 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for multi word search results sets and wrong facet counts.
- BackendTestBase::regressionTest1658964 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for facets with counts of 0.
- 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::regressionTest2040543 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for (none) facet shown when feature is set to "no".
- BackendTestBase::regressionTest2111753 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for searching for multiple words using "OR" condition.
- BackendTestBase::regressionTest2136409 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for handling of NULL filters.
- BackendTestBase::regressionTest2469547 in tests/
src/ Kernel/ BackendTestBase.php - Regression tests for facets on fulltext fields.
- 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::regressionTest2783987 in tests/
src/ Kernel/ BackendTestBase.php - Regression test for facet with "min_count" greater than 1.
- BackendTestBase::regressionTest2809753 in tests/
src/ Kernel/ BackendTestBase.php - Regression test for multiple facets.
- BackendTestBase::searchSuccess in tests/
src/ Kernel/ BackendTestBase.php - Tests whether some test searches have the correct results.