Skip to content

Commit 655d6ea

Browse files
authored
Merge pull request #216 from terryBaz/patch-2
tntsearch:import clarification
2 parents 5158f29 + 28f7a2a commit 655d6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Then, sync the data with the search service like:
120120

121121
`php artisan scout:import App\\Post`
122122

123-
If you have a lot of records and want to speed it up you can run:
123+
If you have a lot of records and want to speed it up you can run (note that with this you can no longer use model-relations in your `toSearchableArray()`):
124124

125125
`php artisan tntsearch:import App\\Post`
126126

0 commit comments

Comments
 (0)