Commit 24e272ab3e2516e6f73128a9f93a0d199c8751f6
1 parent
193990c5
Exists in
master
and in
5 other branches
Updated large value test
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
test/index_test.rb
... | ... | @@ -102,8 +102,7 @@ class IndexTest < Minitest::Test |
102 | 102 | store [{name: "Product A", text: large_value}], Region |
103 | 103 | assert_search "product", ["Product A"], {}, Region |
104 | 104 | assert_search "hello", ["Product A"], {fields: [:name, :text]}, Region |
105 | - # values that exceed ignore_above are not included in _all field :( | |
106 | - # assert_search "hello", ["Product A"], {}, Region | |
105 | + assert_search "hello", ["Product A"], {}, Region | |
107 | 106 | end |
108 | 107 | |
109 | 108 | def test_bulk_import_raises_error | ... | ... |