Commit 387234d6febb4d1df590a13577bb4b03d052bab7
1 parent
09fa6d73
Exists in
search_as_you_type
Added comment [skip ci]
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
test/search_as_you_type_test.rb
... | ... | @@ -44,6 +44,7 @@ class SearchAsYouTypeTest < Minitest::Test |
44 | 44 | end |
45 | 45 | |
46 | 46 | # not sure there's much we can do here |
47 | + # ideally we could search both term and prefix for final term | |
47 | 48 | def test_mispellings_last_term |
48 | 49 | store_names ["Tabasco"] |
49 | 50 | assert_search "tobasco", [] | ... | ... |