Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit d03996d

Browse files
committed
Fix typos
1 parent 0334c43 commit d03996d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ Operators for `BOOLEAN` mode should be passed as part of the search string.
122122

123123

124124
For more information see the
125-
126125
[MySQL's Full-Text Search Functions documentation](http://dev.mysql.com/doc/refman/5.7/en/fulltext-search.html).
127126

128127
### LIKE and LIKE_EXPANDED Modes
@@ -163,7 +162,7 @@ and a MySQL connection within the directories defined in the `scout.mysql.model
163162

164163
Pass the command a Model to create a `FULLTEXT` index for all of the Model's `FULLTEXT` compatible fields
165164
(`CHAR`,`VARCHAR`,`TEXT`) returned from the Model's `toSearchableArray()` method. The index name will be the result of
166-
the Mode's `searchableAs()` method.
165+
the Model's `searchableAs()` method.
167166

168167
If an index already exists for the Model and the Model contains new searchable fields not in the existing index the
169168
index will be dropped and recreated.
@@ -193,7 +192,7 @@ run and an empty Collection will be returned.
193192

194193
* `scout.mysql.min_fulltext_search_length` - If using `NATURAL_LANGUAGE` or `BOOLEAN` modes and a search string's length
195194
is less than this value the driver will revert to a fallback mode. By default MySQL requires a search string length of at
196-
least 4 to to run `FULL TEXT` queries. For information on changing this see the
195+
least 4 to to run `FULLTEXT` queries. For information on changing this see the
197196
[MySQL's Fine-Tuning MySQL Full-Text Search documentation](http://dev.mysql.com/doc/refman/5.7/en/fulltext-fine-tuning.html).
198197

199198
* `scout.mysql.min_fulltext_search_fallback` - The mode that will be used as a fallback when the search string's length

0 commit comments

Comments
 (0)