Commit 2e67b4bd72dcd8b8fa7c3b0cf754765f1b6dd76d

Authored by Andrew Kane
1 parent 387234d6
Exists in search_as_you_type

Added link [skip ci]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
test/search_as_you_type_test.rb
@@ -45,6 +45,7 @@ class SearchAsYouTypeTest < Minitest::Test @@ -45,6 +45,7 @@ class SearchAsYouTypeTest < Minitest::Test
45 45
46 # not sure there's much we can do here 46 # not sure there's much we can do here
47 # ideally we could search both term and prefix for final term 47 # ideally we could search both term and prefix for final term
  48 + # https://github.com/elastic/elasticsearch/issues/56229
48 def test_mispellings_last_term 49 def test_mispellings_last_term
49 store_names ["Tabasco"] 50 store_names ["Tabasco"]
50 assert_search "tobasco", [] 51 assert_search "tobasco", []