Commit 44ed2fb2 authored by Markus Kalkbrenner's avatar Markus Kalkbrenner Committed by Markus Kalkbrenner
Browse files

Issue #3324436 by ericgsmith, mkalkbrenner: Spellcheck dictionary should...

Issue #3324436 by ericgsmith, mkalkbrenner: Spellcheck dictionary should include und when "Include language independent content in search results" is selected
parent 16452607
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@ class SearchApiSolrTest extends SolrBackendTestBase {
        }
      }
    }
    $language_ids[LanguageInterface::LANGCODE_NOT_SPECIFIED] = LanguageInterface::LANGCODE_NOT_SPECIFIED;
    $this->assertEquals($language_ids, $backend->getSchemaLanguageStatistics());
  }