Skip to content

Commit 28f7a2a

Browse files
authored
tntsearch:import clarification
so that you do not get opened issues like #161 , #98 ... (to be closed after readme updating)
1 parent 5158f29 commit 28f7a2a

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)