Commit 14a5fd1f73a6e5032c40726891adb8f51451614f
1 parent
341f0d62
Exists in
master
and in
2 other branches
Updated line number [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -1100,7 +1100,7 @@ Product.search_index.tokens("dieg", analyzer: "searchkick_word_search") | @@ -1100,7 +1100,7 @@ Product.search_index.tokens("dieg", analyzer: "searchkick_word_search") | ||
1100 | # ["dieg"] - match!! | 1100 | # ["dieg"] - match!! |
1101 | ``` | 1101 | ``` |
1102 | 1102 | ||
1103 | -See the [complete list of analyzers](lib/searchkick/index_options.rb#L32). | 1103 | +See the [complete list of analyzers](lib/searchkick/index_options.rb#L36). |
1104 | 1104 | ||
1105 | ## Testing | 1105 | ## Testing |
1106 | 1106 |