This repository was archived by the owner on Jan 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ Operators for `BOOLEAN` mode should be passed as part of the search string.
122122
123123
124124For 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
164163Pass 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
168167If an index already exists for the Model and the Model contains new searchable fields not in the existing index the
169168index 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
195194is 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
You can’t perform that action at this time.
0 commit comments